Files
ports/lang/fpc/files/pkg-message.in
2019-08-13 22:29:42 +00:00

27 lines
456 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) You can install additional units from:
* lang/fpc-units
3) If you want to see all documentation about FreePascal, you can install
* lang/fpc-docs
4) Optionally, you can install textmode IDE with Delphi support
* editors/fpc-ide
5) Enjoy it ;)
EOM
}
]