I'm trying to compile inkscape-0.48.2 on a Linux machine where I do not have root access (university). The intltool library on this machine is too old for inkscape-0.48.2.
I have installed a newer intltool in $HOME/install/intltool-0.35.5. Furthermore, I would like to install inkscape-0.48.2 to $HOME/install/inkscape-0.48.2. I figured out that I need to add the option
Code: Select all
--prefix=$HOME/install/inkscape-0.48.2
Thanks!