Latest stable releases

gsql-0.2.1.tar.gz (608 KB)
gsql-0.2.1.tar.bz2 (466 KB)
There are binary packages available for Fedora 10 (x86, x86_64), Fedora 9(x86, x86_64), Ubuntu 8.10 (i386, amd64). Please, folow to download page

Hot code

Here's step-by-step instructions for how to check out and build GSQL from Subversion. Before you begin, make sure you have libtool, gettext, automake, and autoconf installed.

step 1 (check out):

Run the following command in a directory that you have write access to (such as your home directory):

 $ svn checkout http://gsql.googlecode.com/svn/trunk/ gsql
You should see it listing all the source files.

step 2 (build):

 $ cd gsql
 $ ./autogen.sh
If you see any errors here, you haven't installed everything you need. autogen.sh will also run ./configure for you once it's created, if it's created successfully. If you see any errors related to GLib or GTK, you haven't installed the devel packages.
 $ make
 $ make install
GSQL dependencies

GTK+ version >=2.12
GtkSourceView version>=2.2
libnotify version >=0.4