summaryrefslogtreecommitdiffstats
path: root/development/gambas3/README
diff options
context:
space:
mode:
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.