summaryrefslogtreecommitdiffstats
path: root/development/lazarus/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/lazarus/README')
-rw-r--r--development/lazarus/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/lazarus/README b/development/lazarus/README
index b4018e6b92..ef7e648b2d 100644
--- a/development/lazarus/README
+++ b/development/lazarus/README
@@ -6,3 +6,17 @@ independent visual components like buttons, windows, checkbox, treeview
and many, many more. The LCL is platform independent, so you can write
an application once and then compile for various platforms without
changing code.
+
+By default this script builds lazarus with "gtk2" but it can instead
+use "qt5" by following these steps:
+
+1. build and install libqtpas from SlackBuilds.org
+2. build lazarus with the command:
+
+ LCL=qt5 ./lazarus.SlackBuild
+
+3. install lazarus
+
+Note: before installing lazarus 3.0 make sure first to remove any
+previous lazarus installation, then upgrading fpc to version 3.2.2
+build 3.