summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-05-07 18:46:33 +1000
committerJed Barber <jjbarber@y7mail.com>2017-05-07 18:46:33 +1000
commite9207bcaeee8892d617013035814552aed9b3ff9 (patch)
treee88e034ef5b313f8380ee522a8a24f68adc2a3af /readme.txt
parentdf843c7fe48f33d25981d03975e670a3e7159031 (diff)
Basic readme for how to build/install binding
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..82a5226
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,30 @@
+
+
+Dependencies:
+
+ GNAT
+
+ FLTK
+
+
+
+
+How to build/install:
+
+This repository is written to use the GNAT Project Manager build tools. To build
+this FLTK-Ada binding for testing purposes, use the following command
+
+ gprbuild fltkada.gpr
+
+And to install the binding, use
+
+ gprinstall -p -m fltkada.gpr
+
+
+
+
+For further information on the build tools, consult
+
+ https://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html
+
+