A small program to help pick meals from a database of recipes.
Go to file
2024-10-09 20:14:42 +02:00
src Port main.cpp to C++. 2024-10-09 20:14:42 +02:00
.gitignore Ignore files related to NeoVim CoC plugin usage. 2024-09-17 17:49:56 +02:00
LICENSE Initial commit. 2024-09-05 21:01:24 +02:00
Makefile Switch to using C++. 2024-10-09 19:50:53 +02:00
README.md Switch to using C++. 2024-10-09 19:50:53 +02:00

Menu Helper

A program to manage a database of recipes and help you to pick out meals based on filters of ingredients and tags.

Usage

Ensure the XDG_DATA_HOME variable is set (e.g. to $HOME/.local/share).

Building

To build the program you will require the following dependencies:

  • A C++ compiler compatible with GNU99 C (preferably GCC).
  • SQLite3 C/C++ library
  • Make

Once installed, compile the project with the make command.

License

This program is licensed under the terms & conditions of the GNU General Public License version 3 or greater. See the LICENSE file for more information.