From 09f7dae9a2268107eec28a68939bb27b4a219cc7 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 7 May 2017 16:06:33 +1000 Subject: Updated documentation --- readme.txt | 32 ++++++++++++++++++++++++++++++++ to_do.txt | 2 -- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 readme.txt 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 + + diff --git a/to_do.txt b/to_do.txt index e11c4f2..17e8a9a 100644 --- a/to_do.txt +++ b/to_do.txt @@ -2,12 +2,10 @@ To Do: -- change build to be dynamically linked - suppress unnecessary left/right scrollbar - clean up menu widget code, adapad menu and callback code, change_vector code - make shortcut_key types private somehow - introduce maybe type to eliminate out parameters in search_forward/search_backward - eliminate image/text_buffer runtime warnings -- separate fltk binding into its own repo - add license -- cgit