summaryrefslogtreecommitdiffstats
path: root/development/lazarus/README
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2010-05-13 00:57:56 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:57:56 +0200
commite15bc72928e7d12b4fead0d9f31ae4791efd43a7 (patch)
treeae9d6864a510a634273b2811a0d5a4e5f5a3aa3f /development/lazarus/README
parentbc2e299538c88be25cc4b589dc7113a985e4146a (diff)
downloadslackbuilds-e15bc72928e7d12b4fead0d9f31ae4791efd43a7.tar.gz
slackbuilds-e15bc72928e7d12b4fead0d9f31ae4791efd43a7.tar.xz
development/lazarus: Added to 13.0 repository
Diffstat (limited to 'development/lazarus/README')
-rw-r--r--development/lazarus/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/lazarus/README b/development/lazarus/README
new file mode 100644
index 0000000000..9c5f7b8d68
--- /dev/null
+++ b/development/lazarus/README
@@ -0,0 +1,12 @@
+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.
+
+Note: To build lazarus with qt4 interface (LCL) you need to install qt4pas
+and define the variable LCL: LCL=qt ./lazarus.SlackBuild
+
+Note: This won't build on non-i386 platforms.
+
+This requires fpc [Free pascal].