opnsense-ports/lang/fpc/files/pkg-message.in
Franco Fichtner f12bd56b03 */*: sync with upstream
Taken from: HardenedBSD
2018-05-20 09:35:58 +02:00

24 lines
575 B
Text

###############################################################################
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 ;)
###############################################################################