Difference between revisions of "CompilingUbuntu"
(Move PPA instructions to "Installing Inkscape" page) |
(remove all redundant content that is already covered in https://inkscape.org/develop/getting-started/) |
||
Line 3: | Line 3: | ||
== Compiling unstable developement version == | == Compiling unstable developement version == | ||
Please refer to https://inkscape.org/en/develop/getting-started/ | Please refer to https://inkscape.org/en/develop/getting-started/ | ||
=== Installing === | === Installing === | ||
If you used some | If you used some CMAKE_INSTALL_PREFIX other than /usr, then you may install using usual 'make install' or 'sudo make install', depending on the location. | ||
If the the location prefix was /usr, then "sudo make install" is not recommended, as debian package manager would know nothing about new package. The better alternative is using checkinstall. If checkinstall is not installed, you can install it the usual way "sudo apt-get install checkinstall". | If the the location prefix was /usr, then "sudo make install" is not recommended, as debian package manager would know nothing about new package. The better alternative is using checkinstall. If checkinstall is not installed, you can install it the usual way "sudo apt-get install checkinstall". | ||
Line 65: | Line 18: | ||
Happy inkscapeing. | Happy inkscapeing. | ||
[[Category:Developer Documentation]] | [[Category:Developer Documentation]] |
Latest revision as of 20:06, 16 February 2020
Consider using pre-built packages
This is a short how to build the latest development version. If you don't want to change the source code, you can avoid this effort and use pre-built packages, either the well-tested stable version, or the newest developer's version intended for testing. See Installing_Inkscape#Ubuntu_or_Debian_Linux.
Compiling unstable developement version
Please refer to https://inkscape.org/en/develop/getting-started/
Installing
If you used some CMAKE_INSTALL_PREFIX other than /usr, then you may install using usual 'make install' or 'sudo make install', depending on the location. If the the location prefix was /usr, then "sudo make install" is not recommended, as debian package manager would know nothing about new package. The better alternative is using checkinstall. If checkinstall is not installed, you can install it the usual way "sudo apt-get install checkinstall".
sudo checkinstall
Happy inkscapeing.