summaryrefslogtreecommitdiffstats
path: root/development/lazarus/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/lazarus/README')
-rw-r--r--development/lazarus/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/development/lazarus/README b/development/lazarus/README
index 962953e383..ef7e648b2d 100644
--- a/development/lazarus/README
+++ b/development/lazarus/README
@@ -1,6 +1,22 @@
+lazarus (rapid application development tool for freepascal)
+
Lazarus is a Rapid Application Development Tool for FreePascal. It
comes with the LCL - Lazarus Component Library, which contains platform
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.