Sunday, July 5, 2009

Building the Nemiver Debugger for GNOME on Ubuntu 9.04

Building the Nemiver Debugger for GNOME on Ubuntu 9.04 - the Jaunty Jackalope : http://projects.gnome.org/nemiver/

Install the libraries

$ sudo aptitude install libglademm-2.4-dev libvte-dev libgtop2-dev libsqlite3-dev libgconf2-dev libgtksourceviewmm-2.0-dev gnome-common libboost-dev

Checkout the code
$ cd ~/work/
$ git clone git://git.gnome.org/nemiver nemiver.git

Now build Nemiver

$ cd nemiver.git
$ ./autogen.sh
$ make