<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rava-sama</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rava-sama"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Rava-sama"/>
	<updated>2026-04-28T17:42:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=CompilingUbuntu&amp;diff=15061</id>
		<title>CompilingUbuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CompilingUbuntu&amp;diff=15061"/>
		<updated>2007-06-14T02:29:03Z</updated>

		<summary type="html">&lt;p&gt;Rava-sama: /* Dapper and Edgy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Dapper and Edgy ==&lt;br /&gt;
If you're going to build Inkscape, you'll need to have a full complement of build requirements.  This is very easy to do in Ubuntu Dapper and Edgy:&lt;br /&gt;
&lt;br /&gt;
Note: the libgc-6.7 that is available in Edgy removes the need for the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   sudo apt-get build-dep inkscape&lt;br /&gt;
   sudo apt-get install liblcms-dev build-essential&lt;br /&gt;
   echo &amp;quot;deb-src http://ftp.us.debian.org/debian/ unstable main&amp;quot; &amp;gt;&amp;gt; /etc/apt/sources.list&lt;br /&gt;
   sudo apt-get update&lt;br /&gt;
   sudo apt-get source libgc-dev&lt;br /&gt;
   sudo apt-get install fakeroot debhelper&lt;br /&gt;
   cd libgc*&lt;br /&gt;
   sudo fakeroot dpkg-buildpackage -uc -us&lt;br /&gt;
   sudo dpkg -i ../libgc*.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want version 0.44 from Debian Unstable, you can compile it in the same way as libgc above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   apt-get source inkscape&lt;br /&gt;
   cd inkscape*&lt;br /&gt;
   fakeroot dpkg-buildpackage -uc -us&lt;br /&gt;
   sudo dpkg -i ../inkscape*.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To build the SVN snapshots:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   # Untar and navigate to the inkscape source folder&lt;br /&gt;
   ./configure&lt;br /&gt;
   make&lt;br /&gt;
   sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Instead of doing &amp;quot;make install&amp;quot;, on Debian-based distributions (such as Ubuntu) it is better to do&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   sudo checkinstall&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
since checkinstall first builds the .deb package and then installs it, thus making the package system aware of the newly installed inkscape.&lt;br /&gt;
If you get the &amp;quot;command not found&amp;quot; message, do&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   sudo apt-get install checkinstall&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Notes:'''&lt;br /&gt;
build-dep gets all the dependencies for the version of Inkscape that comes with Ubuntu. We're not building the same version, but most of the dependencies are the same. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
libcms-dev was required for ./configure to work&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This was done on a recently installed Dapper (Ubuntu 6.06) system. I built Inkscape version 0.44.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following packages are need to compile cvs inkscape under a default Ubuntu Hoary/Breezy/Dapper system:&lt;br /&gt;
   apt-get install cvs build-essential intltool libtool libgtkmm-2.4-dev libglib2.0-dev libpng12-dev libxslt1-dev libsigc++-2.0-dev libpopt-dev libgc-dev&lt;br /&gt;
&lt;br /&gt;
Inkscape requires libgc-6.7.&lt;br /&gt;
&lt;br /&gt;
Breezy uses 6.4, Dapper uses 6.6, Edgy uses 6.7&lt;br /&gt;
&lt;br /&gt;
Hoary uses version 6.3, which is provided in the Repos.  (Is there somewhere to get a .deb for 6.4?)&lt;br /&gt;
&lt;br /&gt;
To overwrite libgc-6.3 with libgc-6.4:&lt;br /&gt;
   Download gc6.4&lt;br /&gt;
   ./configure --prefix=/usr&lt;br /&gt;
   make&lt;br /&gt;
   sudo make install&lt;br /&gt;
&lt;br /&gt;
== Old libgc 6.5 debs for Breezy ==&lt;br /&gt;
&lt;br /&gt;
http://inkscape.modevia.com/ap/libgc-dev_6.5-1_i386.deb&lt;br /&gt;
http://inkscape.modevia.com/ap/libgc1_6.5-1_i386.deb&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer Documentation]]&lt;/div&gt;</summary>
		<author><name>Rava-sama</name></author>
	</entry>
</feed>