Compil Inkscape SVN (0.47) sous Jaunty

First get sources directly from SVN or SVN sources snapshot

Then install the following Ubuntu developpement packages:

sudo apt-get install automake intltool libpng-dev libgc-dev libfreetype6-dev libxft-dev libpango1.0-dev libgnomevfs2-dev liblcms1-dev libgtkmm-2.4-dev libsigc++-2.0-dev libxslt1-dev libgsl0-dev libboost-thread-dev

These one are optionnal, but necessary for some usefull features. Respectivly pdf output, bitmap manipulation, opening wpg vector files, SSL connection to whiteboard:

sudo apt-get install libpoppler-dev libmagick++-dev libwpg-dev libssl-dev

Compile and install Inkscape (this will install it in /opt/inkscape-svn-21149 path (revision 21149):

./configure --prefix=/opt/inkscape-svn-21449 --with-perl --with-python --with-gnome-vfs --with-xft --enable-inkboard --enable-poppler-cairo --enable-lcms && make && make install-strip

Leave a comment

You must be