diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2012-01-06 07:51:48 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-01-06 07:53:11 -0600 |
commit | 6d5c1913daf87fdf665fee7bf4b4693ece2eec66 (patch) | |
tree | 6f0dc068651af8d5242b4e2998429ab960355214 /development/gambas3/README | |
parent | 6dca0851a58f7412c9252b1686822a24d56887c5 (diff) | |
download | slackbuilds-6d5c1913daf87fdf665fee7bf4b4693ece2eec66.tar.gz |
development/gambas3: Added (Gambas Almost Means BASic)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/gambas3/README')
-rw-r--r-- | development/gambas3/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/gambas3/README b/development/gambas3/README new file mode 100644 index 0000000000..371bdaeef1 --- /dev/null +++ b/development/gambas3/README @@ -0,0 +1,8 @@ +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, +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. + +unixODBC, sqlite2 and postgresql are optional dependencies. |