Annotation of gnutrition/README, revision 1.1
1.1 ! asm 1: GNUtrition http://www.gnu.org/software/gnutrition/
! 2: ----------------------------------------------------------------------
! 3:
! 4: GNUtrition is a GNU/Linux nutrition tracker that queries USDA food
! 5: data from a local SQLite database. It provides an ncurses-based
! 6: interactive interface by default and a command-line interface for
! 7: searching foods, logging meals, and reviewing daily food-group
! 8: budgets.
! 9:
! 10:
! 11: = Dependencies =
! 12:
! 13: Build-time
! 14:
! 15: * GNU Make
! 16: * C compiler with C99 support (e.g., GCC)
! 17: * ncurses development headers and library
! 18: * sqlite3 development headers and library
! 19: * libm (typically part of the C standard library on GNU/Linux)
! 20:
! 21: Runtime
! 22:
! 23: * ncurses library
! 24: * sqlite3 library
! 25: * A USDA food database (food.db) built with gnutrition-updatedb
! 26:
! 27: USDA database build requirements
! 28:
! 29: The gnutrition-updatedb script downloads USDA data and builds
! 30: food.db. It requires the following command-line tools:
! 31:
! 32: * wget
! 33: * sha512sum
! 34: * libreoffice (for converting Excel files)
! 35: * sqlite3 (command-line shell)
! 36:
! 37:
! 38: = Installation =
! 39:
! 40: See the INSTALL file.
! 41:
! 42:
! 43: = License =
! 44:
! 45: Copyright (C) 2026 Free Software Foundation, Inc.
! 46:
! 47: GNUtrition is free software: you can redistribute it and/or modify it
! 48: under the terms of the GNU General Public License as published by the
! 49: Free Software Foundation, either version 3 of the License, or (at your
! 50: option) any later version.
! 51:
! 52: ----------------------------------------------------------------------
! 53: $Id$
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>