-
Notifications
You must be signed in to change notification settings - Fork 5
/
lea.txt
25 lines (18 loc) · 863 Bytes
/
lea.txt
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
----------------------------------
LEA - a Lightweight Editor for Ada
----------------------------------
LEA, a Lightweight Editor for Ada, aims to provide an easy,
script-like, "look & feel" for developing Ada projects of
any size, while enabling access to full-scale development
tools like GNAT.
Platforms supported:
* Windows (see LEA_GWin package and children)
* Some effort has been made to make LEA cross-UI-toolkits-portable
without redoing it from scratch on another platform.
See the LEA_Common package and children.
How to build & modify LEA
* You need the GNAT compiler for Windows.
GNAT Pro or the free version ("Community":
https://www.adacore.com/community ) will do the job.
* Read the comments in the lea.gpr project file
(just open it as a text file) for further instructions.