blob: 82a522602a00c082b7ad05095ac17abc543560b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
|