mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
- Add editors/lazarus-qt6 - Add new CONFLICTS - Change default lazarus and lazarus-devel to 3.0.0 and 3.1.0 - Change lazarus.mk file. Now stable and devel version support qt6 interface
51 lines
1.4 KiB
Text
51 lines
1.4 KiB
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
The Lazarus RAD was installed
|
|
|
|
1) You can run it using:
|
|
|
|
# lazarus
|
|
|
|
2) The first time that lazarus is running, you should set the path to fpc
|
|
source directory at lazarus configuration environment. Also it could be
|
|
setting later.
|
|
|
|
3) Now you can obtain freepascal source installing lang/fpc-source port or
|
|
package
|
|
|
|
It will be extracted to %%LOCALBASE%%/share/fpc-source-X.X.X
|
|
|
|
4) You can use %%LOCALBASE%%/bin/gdb debugger instead of gdb installed debugger
|
|
installed from base system. Lazarus works better with this version.
|
|
|
|
5) We can use the following ports for aplications that depend of lazarus
|
|
and these can be built with an interface different than lazarus has compiled
|
|
by default:
|
|
|
|
editors/lazarus
|
|
editors/lazarus-devel
|
|
editors/lazarus-qt5
|
|
editors/lazarus-qt5-devel
|
|
editors/lazarus-qt6
|
|
editors/lazarus-qt6-devel
|
|
|
|
You can added those ports if you want support for gtk2, qt5 or qt6
|
|
interfaces. Please look at net-p2p/transmission-remote-gui like a example of
|
|
how use it
|
|
|
|
6) If you want built apps using devel version of lazarus, you must add the
|
|
following into /etc/make.conf file
|
|
|
|
WANT_LAZARUS_DEVEL= yes
|
|
|
|
It is neccesary for use devel version of lazarus (gtk2, qt5 or qt6)
|
|
|
|
editors/lazarus-devel
|
|
editors/lazarus-qt5-devel
|
|
editors/lazarus-qt6-devel
|
|
|
|
7) Enjoy it ;)
|
|
EOM
|
|
}
|
|
]
|