Tuesday, April 3, 2012

How To Install Gambas

I'm going to show you how to install gambus 3 on ubuntu. For other Linux distributors please click here.



Step1
Install the following by typing the following on your terminal:

sudo apt-get install build-essential autoconf libbz2-dev libfbclient2
libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev 
libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev libgtkglext1-dev 
libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev 
libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev libcos4-dev 
libomniorb4-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev 
libasound2-dev libesd0-dev libdirectfb-dev libaa1-dev libxtst-dev 
libffi-dev firebird2.1-dev libqt4-dev libglew1.5-dev libimlib2-dev 
libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev 
linux-libc-devfff


Step2
Download gambus3 from their site here. If you had gambas2 installed and you want to remove it before going on with installing v3 click here. Extract the file then do the following:

$ cd 
$ ./reconf-all

Step3
Once this script is finished, you can run the common commands to compile and install a program:

$ ./configure
$ make
$ su
# make install


This should leave you with a working version of Gambas in /usr/local/bin .. so if you now type in "gambas3" from the terminal session, it should start your nice new IDE.


No comments:

Post a Comment

Tuesday, April 3, 2012

How To Install Gambas

I'm going to show you how to install gambus 3 on ubuntu. For other Linux distributors please click here.



Step1
Install the following by typing the following on your terminal:

sudo apt-get install build-essential autoconf libbz2-dev libfbclient2
libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev 
libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev libgtkglext1-dev 
libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev 
libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev libcos4-dev 
libomniorb4-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev 
libasound2-dev libesd0-dev libdirectfb-dev libaa1-dev libxtst-dev 
libffi-dev firebird2.1-dev libqt4-dev libglew1.5-dev libimlib2-dev 
libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev 
linux-libc-devfff


Step2
Download gambus3 from their site here. If you had gambas2 installed and you want to remove it before going on with installing v3 click here. Extract the file then do the following:

$ cd 
$ ./reconf-all

Step3
Once this script is finished, you can run the common commands to compile and install a program:

$ ./configure
$ make
$ su
# make install


This should leave you with a working version of Gambas in /usr/local/bin .. so if you now type in "gambas3" from the terminal session, it should start your nice new IDE.


No comments:

Post a Comment