<?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=Ns9Dje</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=Ns9Dje"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Ns9Dje"/>
	<updated>2026-04-30T04:30:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=CompilingAutopackage&amp;diff=14152</id>
		<title>CompilingAutopackage</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CompilingAutopackage&amp;diff=14152"/>
		<updated>2007-04-12T12:40:52Z</updated>

		<summary type="html">&lt;p&gt;Ns9Dje: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Autopackage is a set of tools for building low overhead, distribution-neutral packages, distributing them, and installing using with a variety of front-ends. Visit http://autopackage.org to learn more.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* Download and install the Autopackage developer tools from http://autopackage.org/download-tools.html&lt;br /&gt;
* You may need to tweak the specfile (packaging/autopackage/default.apspec.in) to fit your own needs. eg. add your name as the packager. :)&lt;br /&gt;
* Collect static (*.a) versions of gtkmm, libgc and libpopt. It should be possible to obtain these libraries by installing the appropriate dev or devel packages for your distro.&lt;br /&gt;
* It might be best to built your own static copy of libgc (the [http://www.hpl.hp.com/personal/Hans_Boehm/gc/ Boehm Garbage Collector]) to ensure it was built with C   support and to increase binary portability by using apbuild (included with the autopackage developer tools).&lt;br /&gt;
**export CC=apgcc&lt;br /&gt;
**export CXX=apg  &lt;br /&gt;
**./configure --enable-cplusplus&lt;br /&gt;
**make&lt;br /&gt;
=== Compile ===&lt;br /&gt;
* ./autogen.sh&lt;br /&gt;
* Currently gtkspell must be disabled in configure.ac as below (this is a temporary fix that will be corrected in later versions)&lt;br /&gt;
 -if pkg-conf --exists gtkspell-2.0; then&lt;br /&gt;
  if false&lt;/div&gt;</summary>
		<author><name>Ns9Dje</name></author>
	</entry>
</feed>