From e9207bcaeee8892d617013035814552aed9b3ff9 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 7 May 2017 18:46:33 +1000 Subject: Basic readme for how to build/install binding --- readme.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 readme.txt (limited to 'readme.txt') 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 + + -- cgit