GNUtrition                     http://www.gnu.org/software/gnutrition/
----------------------------------------------------------------------

GNUtrition is a free nutrition tracker software that queries USDA food
data from a local SQLite database. It provides an easy-to-use
interface for searching foods, logging meals, and reviewing daily
food-group budgets.


= Dependencies =

Build-time

* GNU Make
* C compiler with C99 support (e.g., GCC)
* GTK 3.0+ development headers and library
* sqlite3 development headers and library
* libm (typically part of the C standard library on GNU/Linux)

Runtime

* GTK 3.0+ library
* sqlite3 library


= Installation =

See the INSTALL file.


= License =

Copyright (C) 2026 Free Software Foundation, Inc.

GNUtrition is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
