summaryrefslogtreecommitdiff
path: root/docs/readme.txt
blob: 9fb00bb30d35d9b8be6b42c90e9e95ca67e23bdd (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
31
32
33
34
35
36
37
38
39
40
41
42

fpGUI information
=================
 This version of fpGUI is based on a implementation where every
 widget has a window handle. In other words every widget is actually
 an embedded window in the Form (yet another window).
  
 Revision 127 was the last revision which still had the old design - one
 handle per Form.
 It has been tagged in SubVersion as /tags/single_handle_fpgui
 
 From revision 227, the new design (multi-handle implementation) has
 become the new default implementation of fpGUI. It was a complete
 rewrite of the code.



To install FPC under Debian/Ubuntu
==================================
 Select the fpc.deb metapackage, which depends on a number of sub-packages
 containing the compiler, the units and so on. The 'libc' unit provided by
 FPC is included in the fp-units-i386.deb package, which is however marked
 as "deprecated" by the Ubuntu package manager and is therefore *not*
 installed by default using fpc.deb.

 The following command will set up FPC under Ubuntu in order to be used with
 fpGUI:

   sudo apt-get install fpc fp-units-i386



How to compile fpGUI
====================
 Please see the readme.txt file in the "src" directory.



-----
 Graeme Geldenhuys