-
Notifications
You must be signed in to change notification settings - Fork 9
/
INSTALL.txt
executable file
·29 lines (19 loc) · 1.03 KB
/
INSTALL.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
26
27
28
Designer_ext is the extended version of fpGUI uiDesigner.
It needs the last fpGUI version =>
https://github.com/graemeg/fpgui/
How to install it ?
Just compile /designer_ext/src/designer_ext.pas
You may use designer_ext.lpi for Lazarus/Typhon or designer_ext.prj for MSEide/ideU.
If you want to use last fpgui-develop branch, edit => define.inc
and uncomment {$DEFINE fpgui-develop}.
If you want to use dynamic loading of Xorg and Xft, edit => define.inc
and uncomment {$DEFINE DYNLOAD}.
Depends of the fpGUI branch you are using, copy + paste all files
in /designer_ext/src/xxx_dynx11 into /designer_ext/src/.
If you want assistive for designer_ext => copy /src/sakit folder => into your main application folder (or where you want) .
Then in "Settings" => choose the parent directory of /sakit.
For total integation with fpc, Lazarus and Typhon, Geany, external-code-editor, ..., you may use the patches...
Those patches are in /designer_ext/patch.
Please read the readme-patch-file before to apply patch.
Fred van Stappen
fiens@hotmail.com