FoodDiary

FoodDiary Download Page

To install the program just unzip to a directory and run. No setup or uninstall.

Other Downloads

More Information


The program has several built in scoring files for various diets. To get more information on those diets, follow the links below

How to Build


Note: I have only attempted to build this program on Windows XP with MinGW. I wouldn't expect it to compile on LINUX without some modifications. However, I have not used any windows specific calls that I know of. The GUI is built with wxWidgets which is cross-platform, so it should be possible to get this working in Linux. The help files are all in windows format, but the HTML version is on this web page in the documentation section.
To build the application, you should first check out the programs and libraries that I use: Dev Environment
Next check out the makefile included in the source zip. You will need to setup your path so that the programs called are in your path. You will also need to set the variables at the top to point to the location of your wxWidgits instalation.
First build the toolkit with the makefile in that directory. If that works, build the main application.
If you need help feel free to send me an email.