Compare commits
No commits in common. "ca544e74fa351ff5dc688932a87a2ec2255c4f7b" and "9c04960725d7eeabf1ec9f81f50c5c54651be59a" have entirely different histories.
ca544e74fa
...
9c04960725
1
Makefile
1
Makefile
@ -14,6 +14,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
CC=gcc
|
||||||
DEBUG=0
|
DEBUG=0
|
||||||
INCFLAGS=
|
INCFLAGS=
|
||||||
LDFLAGS=-lsqlite3
|
LDFLAGS=-lsqlite3
|
||||||
|
17
README.md
17
README.md
@ -1,24 +1,7 @@
|
|||||||
# Menu Helper
|
# 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
|
## Usage
|
||||||
|
|
||||||
Ensure the `XDG_DATA_HOME` variable is set (e.g. to `$HOME/.local/share`).
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
To build the program you will require the following dependencies:
|
|
||||||
|
|
||||||
- A C compiler compatible with GNU99 C (preferably GCC).
|
|
||||||
- SQLite3 C library
|
|
||||||
- Make
|
|
||||||
|
|
||||||
Once installed, compile the project with the `make` command.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This program is licensed under the terms & conditions of the GNU General Public
|
|
||||||
License version 3 or greater. See the [LICENSE](/LICENSE) file for more
|
|
||||||
information.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user