diff options
-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 |