aboutsummaryrefslogtreecommitdiff
path: root/development/lazarus/README
diff options
context:
space:
mode:
authorAntonio Leal <antonioleal@yahoo.com>2024-01-15 07:57:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-15 11:28:12 +0700
commit24cbc604ef51d97a2cad0105a4e0869e15533238 (patch)
treea80910715ef96d2fcf191db265426fbf88f54ce5 /development/lazarus/README
parent05fee380d93c3091117019ba7baa5cbbfaa65a8b (diff)
development/lazarus: Updated for version 3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 b4018e6b9239..ef7e648b2dc2 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.