summaryrefslogtreecommitdiffstats
path: root/development/gambas3/README
diff options
context:
space:
mode:
author Tim Dickson2019-11-01 19:03:23 +0100
committer Willy Sudiarto Raharjo2019-11-01 19:03:23 +0100
commit19b94cfeac59e4f54941629a75d4da2be3644e23 (patch)
tree6f44433b5ead1b92f401b28ea2e89bc390219802 /development/gambas3/README
parentfcbcf721767ffdd1481b0ea1fc9161be7b788d65 (diff)
downloadslackbuilds-19b94cfeac59e4f54941629a75d4da2be3644e23.tar.gz
development/gambas3: Updated for version 3.14.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3/README')
-rw-r--r--development/gambas3/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/development/gambas3/README b/development/gambas3/README
index 63f9162f5a..0d63fa9df3 100644
--- a/development/gambas3/README
+++ b/development/gambas3/README
@@ -1,17 +1,18 @@
Gambas is a free IDE based on a Basic interpreter with object
extensions, a bit like Visual Basic. With Gambas, you can quickly
-design your program GUI with Qt4 or GTK+, access MySQL, PostgreSQL,
+design your program GUI with Qt5, Qt4 or GTK+, access MySQL, PostgreSQL,
ODBC and SQLite databases, pilot applications with D-Bus, translate
your program into any language, create network applications easily,
make 3D OpenGL applications, make CGI web applications, and so on.
alure, gtkglext, imlib2, unixODBC, sqlite2, postgresql, sdl2_image,
sdl2_ttf, sdl2_mixer, translate-shell and qt5-webkit are optional
-dependencies. You should uninstall any present version of gambas
-before creating this package. To enable JIT please install llvm
-from extra.
+dependencies.
+
+Note: You should uninstall any present version of gambas before
+creating this package. To enable JIT please install llvm from extra.
It can create slackware packages of your programs, but bear in mind
that the install location is fixed as /usr/bin
-note: installing llvm from extra is recommended.
+note: installing llvm from slackware/extra is recommended.