Files
ports/lang/fpc/files/pkg-message.in
T
Jose Alonso Cardenas Marquez 22caa26719 lang/fpc: update to 3.2.3
- 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
2024-06-16 03:26:33 -05:00

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
}
]