blob: 8590c0661ed3de3fbf6147ad3cde8ec66dd35ed5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
###############################################################################
1) Add lib paths to %%PREFIX%%/etc/fpc.cfg
# searchpath for libraries
-Fl/usr/local/lib
This is necessary for correct linking of libraries.
2) You can to install additional units from:
* lang/fpc-units
3) If you want see all documentation about FreePascal, you can to install
* lang/fpc-docs
4) Optionally, you can to install textmode IDE with delphi support
* editors/fpc-ide
5) Enjoy it ;)
###############################################################################
|