Tuesday, April 3, 2012

Wanna Play Canvas Rider On Firefox?

[url=http://canvasrider.com/tracks/58766]Antarctic slopes by lolz666[/url]

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.


Monday, April 2, 2012

How To Uninstall Gambas?

If you had already installed GAMBAS you must deinstall it, and remove some trace do the following in your terminal:

cd /usr/local/bin
rm gambas*
rm gbx2
cd /usr/bin
rm gambas*
cd /usr/share
rm -R gambas
cd /usr/lib
rm -R gambas
cd /usr/share/doc
rm -R gambas
rm -R gambas*
cd /usr/share/man/man1
rm gambas*
cd /usr/share/pixmaps
rm gambas*
cd /usr/share/lintian/overrides
rm gambas*
cd /usr/share/applications
rm gambas.desktop


As well remove in the local users directory the file ./gambas

cd $HOME
rm .gambasectory

Sunday, April 1, 2012

Gambas

What is Gambas?

Gambas is a dialect of the BASIC programming language as well as the integrated development environment that accompanies it. It is designed to run on Linux and other Unix-like computer operating systems.

Gambas meaans "Gambas Almost Means Basic".

Gambas is included in a number of Linux distributions' repositories, such as Debian's, Fedora's, Mandriva Linux's and Ubuntu's. There is a Windows version of Gambas which can run under the Cygwin environment, although this version is significantly less tested than its Linux counterparts and is command line only; coLinux and derivatives have also been used.


Tuesday, April 3, 2012

Wanna Play Canvas Rider On Firefox?

[url=http://canvasrider.com/tracks/58766]Antarctic slopes by lolz666[/url]

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.


Monday, April 2, 2012

How To Uninstall Gambas?

If you had already installed GAMBAS you must deinstall it, and remove some trace do the following in your terminal:

cd /usr/local/bin
rm gambas*
rm gbx2
cd /usr/bin
rm gambas*
cd /usr/share
rm -R gambas
cd /usr/lib
rm -R gambas
cd /usr/share/doc
rm -R gambas
rm -R gambas*
cd /usr/share/man/man1
rm gambas*
cd /usr/share/pixmaps
rm gambas*
cd /usr/share/lintian/overrides
rm gambas*
cd /usr/share/applications
rm gambas.desktop


As well remove in the local users directory the file ./gambas

cd $HOME
rm .gambasectory

Sunday, April 1, 2012

Gambas

What is Gambas?

Gambas is a dialect of the BASIC programming language as well as the integrated development environment that accompanies it. It is designed to run on Linux and other Unix-like computer operating systems.

Gambas meaans "Gambas Almost Means Basic".

Gambas is included in a number of Linux distributions' repositories, such as Debian's, Fedora's, Mandriva Linux's and Ubuntu's. There is a Windows version of Gambas which can run under the Cygwin environment, although this version is significantly less tested than its Linux counterparts and is command line only; coLinux and derivatives have also been used.