Latest stable releases

    gsql-0.2.0.tar.gz (838 KB)
    gsql-0.2.0.tar.bz2 (656 KB)

Binary packages for Ubuntu 8.10 (i386 and amd64) are also available.

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.0
libnotify version >=0.4