Arch Linux

Gambas 3

Binary packages

They are in the official repositories. To install them:

$ sudo pacman -S gambas3

Compilation from sources

Hint: If you copy and paste this, put it into a text editor first and remove the line feeds before running on a command prompt!

To install the development packages needed to compile all Gambas components, do that:

$ sudo pacman -S --needed alure autoconf automake bzip2 coreutils curl dbus gcc gdk-pixbuf2 git glew glib2 gmime gsl gst-plugins-base gstreamer gtk2 gtk3 gtkglext imlib2 intltool libffi libgnome-keyring libmariadbclient librsvg libsm libxcursor libxml2 libxslt libxtst mariadb make mesa ncurses pcre pkg-config poppler-glib postgresql postgresql-libs qt4 qt5-svg qt5-webkit qt5-x11extras sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf sdl_mixer sdl_ttf smpeg sqlite unixodbc v4l-utils xdg-utils zlib

This list allow to install all the gambas components but this is not mandatory to launch the IDE.

If you want to compile the latest master development version, you need to install git:

$ pacman -S git