Re: [Inkscape-devel] Trunk compiled with extensions and program-preffix or suffix
Any body know how to get inkscape extensions workingin a trunk configured with program-preffix or program-sufix. I only want to have full working both 0.48.3 and myown version of main trunk. If is another way... I test symlinks from inkscape to jtx-inkscape and noresult. Thanks in advance Jabier.
Hello Jabier,
I think for testing it's best if you install your trunkinkscape into a separate folder. Let's say you've got your sources in/home/jabier/Inkscape/trunk, then you should build it like that: ./autogen.sh ./configure --prefix=/home/jabier/Inkscape/trunk_install make make install You can then run src/inkscape and it will find the filesin your local trunk_install directory. I hope I got you right.
Regards, Markus
Working!!! Thanks very much for the quick reply Markus.
Best regards, Jabier.
El mar, 17-09-2013 a las 14:08 -0400, Markus Engel escribió:
Any body know how to get inkscape extensions working in a trunk
configured with program-preffix or program-sufix.
I only want to have full working both 0.48.3 and my own version of
main trunk. If is another way...
I test symlinks from inkscape to jtx-inkscape and no result. Thanks in advance Jabier.
Hello Jabier,
I think for testing it's best if you install your trunk inkscape into a separate folder. Let's say you've got your sources in /home/jabier/Inkscape/trunk, then you should build it like that: ./autogen.sh ./configure --prefix=/home/jabier/Inkscape/trunk_install make make install You can then run src/inkscape and it will find the files in your local trunk_install directory. I hope I got you right.
Regards, Markus
participants (2)
-
Jabiertxo Arraiza Cenoz
-
Markus Engel