summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-05-07 16:06:33 +1000
committerJed Barber <jjbarber@y7mail.com>2017-05-07 16:06:33 +1000
commit09f7dae9a2268107eec28a68939bb27b4a219cc7 (patch)
treee5f47fb9dbcdae21657b831d800d115f493db87b /readme.txt
parentecdb8876ea6bdd333386aa7014cc5a8e0abe4c91 (diff)
Updated documentation
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..752bd65
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,32 @@
+
+
+Dependencies:
+
+ GNAT
+
+ FLTK
+
+ FLTK-Ada Binding
+
+
+
+
+How to build/install:
+
+Both this repository and the FLTK-Ada binding are written to use the GNAT Project Manager build
+tools. To build Adapad for testing purposes, use the following command
+
+ gprbuild adapad.gpr
+
+And to install Adapad, use
+
+ gprinstall -p --mode=usage adapad.gpr
+
+
+
+
+For further information on the build tools, consult
+
+ https://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html
+
+