summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 557b769..7d0fead 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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