On Mon, 09 Feb 2009 11:11:47 -0700, Jason Oster parasytic@gmail.com wrote:
Ben West wrote:
well, I'm running an olderversion -- I'll need to hit the getdb repo for .15 on ibex, right?
I'm building Geany directly from SVN on Intrepid: http://www.geany.org/Download/SVN
The basic setup goes something like this:
$ sudo apt-get install subversion build-essential libgtk2.0-dev $ svn co https://geany.svn.sourceforge.net/svnroot/geany/trunk geany $ cd geany $ ./autogen.sh $ make $ sudo make install
autogen.sh might complain that you are missing some dependencies (which would indicate the apt-get line above is incomplete ... I'm not entirely sure what all is needed) But if all works well, you'll have a Geany 0.16 beta to test.
apt knows what is necessary:
apt-get build-dep geany
will install everything you need to build Geany.
Moo, Enrico