Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 658  / 2 Years ago, sun, april 24, 2022, 7:30:53

In order to get the latest version of Inkscape, one has to use BZR.



How can I install inkscape using BZR and properly install it on my System?.



Detailed step by step guide would be preferable.


More From » compiling

 Answers
2

First install the build dependencies, you can do this simply by asking apt for the dependencies, first you need to make sure the source code section of software sources is set up:





Then install the dependencies:



sudo apt-get build-dep inkscape


Then you want to pull the source, in this case we don' t need the entire history for the project so we'll just do a lightweight checkout, this can still take a while:



bzr co --lightweight lp:inkscape


Then we need to cd into the directory and build it



cd inkscape
./autogen.sh
./configure
make
sudo make install


This will build Inkscape and install it into /usr/local/bin/inkscape by default.


[#37134] Sunday, April 24, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ngthmated

Total Points: 12
Total Questions: 115
Total Answers: 113

Location: Saint Vincent and the Grenadines
Member since Wed, Apr 21, 2021
3 Years ago
;