22caa26719
- Now we will use fixes_3.2 branch. It includes fixes of stable branch of fpc - Remove obsolete patch files - Change FPC DEFAULT version to 3.2.3
22 lines
447 B
Plaintext
22 lines
447 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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) If you want to see all documentation about FreePascal, you can install
|
|
|
|
* lang/fpc-docs
|
|
|
|
3) Take on mind that fpc only works with binutils on this moment but could work
|
|
with another ld tool later on next versions of freepascal
|
|
|
|
4) Enjoy it ;)
|
|
EOM
|
|
}
|
|
]
|