summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-11-09 17:07:37 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2021-11-09 17:07:37 +1300
commit8ed109178db478a40527630e975047724b0258f7 (patch)
tree30514ba4d4abe0cb93811a184ac633731aae8087
parent36b0cbf19bd44c94bbe5aa67730347290f20628c (diff)
Slight readme update for GUI version
-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