diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-09 17:07:37 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2021-11-09 17:07:37 +1300 |
commit | 8ed109178db478a40527630e975047724b0258f7 (patch) | |
tree | 30514ba4d4abe0cb93811a184ac633731aae8087 | |
parent | 36b0cbf19bd44c94bbe5aa67730347290f20628c (diff) |
Slight readme update for GUI version
-rw-r--r-- | readme.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,6 +16,7 @@ decks it should be sufficient. Dependencies: + FLTKAda (only for the GUI version) GNAT (GNAT.Command_Line, GNAT.Strings, GNAT.Regpat) GNATCOLL-Core (GNATCOLL.JSON) SQLite (C library interface) @@ -32,13 +33,15 @@ Before building this utility you must first install ZipAda as a standalone library. Because that project does not currently have a suitable .gpr file for that, one has been included in this repository in the zipada subdirectory. -Afterwards, to build this utility use the following command +Afterwards, to build this utility use the following commands gprbuild freshdeck.gpr + gprbuild freshdeck_gui.gpr And to install, use gprinstall -p -m freshdeck.gpr + gprinstall -p -m freshdeck_gui.gpr |