From 8ed109178db478a40527630e975047724b0258f7 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 9 Nov 2021 17:07:37 +1300 Subject: Slight readme update for GUI version --- readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit