aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus-devel/files/pkg-message.in
blob: c0eeec2ddd9acb94297fa4d312986f8db3a41d3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{ type: install
  message: <<EOM
The Lazarus RAD devel 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) The lazbuild.cfg file has been removed, it is not necessary anymore. Now
   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-qt5

   You can added those ports if you want support for gtk2 or qt5
   interfaces. Please look at net-p2p/transmission-remote-gui like a example of
   how use it

6) If you want built apps using trunk 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 or qt5)

   editors/lazarus-devel
   editors/lazarus-qt5-devel

7) Enjoy it ;)
EOM
}
]