opnsense-ports/lang/fpc/files/pkg-message.in
Franco Fichtner a0921d0a00 */*: sync with upstream
Taken from: FreeBSD
2016-05-19 16:29:05 +02:00

24 lines
581 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 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 ;)
###############################################################################