diff options
-rw-r--r-- | readme.txt | 30 |
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 + + |