<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.synfig.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sysy</id>
		<title>Synfig Studio :: Documentation - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.synfig.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sysy"/>
		<link rel="alternate" type="text/html" href="https://wiki.synfig.org/Special:Contributions/Sysy"/>
		<updated>2026-05-06T02:45:31Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>https://wiki.synfig.org/index.php?title=Dev:PCLinuxOS_build_instructions&amp;diff=8436</id>
		<title>Dev:PCLinuxOS build instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.synfig.org/index.php?title=Dev:PCLinuxOS_build_instructions&amp;diff=8436"/>
				<updated>2009-02-01T02:19:07Z</updated>
		
		<summary type="html">&lt;p&gt;Sysy: I don't know if you guys do my mediawiki breadcrumb/see also stuff.  =)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Build Instructions]] &amp;gt; PCLinuxOS build instructions&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= Normal installation =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE: This program is available in the repository.&amp;lt;/b&amp;gt;  So don't bother installing from source if you don't need to.&lt;br /&gt;
&lt;br /&gt;
 apt-get install synfigstudio synfig&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
These instructions were tested and work on PCLinuxOS 2007, updated January 30 2009 after the large repository update.&lt;br /&gt;
&lt;br /&gt;
Note: In this installation, a lot of other software was built from source.  If you notice that one of the &amp;lt;tt&amp;gt;./configure&amp;lt;/tt&amp;gt; attempts requires another dependency, check for that program in &amp;lt;tt&amp;gt;synaptic&amp;lt;/tt&amp;gt; (or its -devel equivalent).  It &amp;lt;u&amp;gt;will&amp;lt;/u&amp;gt; be there.&lt;br /&gt;
&lt;br /&gt;
You can also grab synfig from SVN.  Please note that the synfig team is trying git out, so these instructions may change.  See [[build instructions]].&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/ETL/trunk/ etl&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/synfig-core/trunk/ synfig-core&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/synfig-studio/trunk/ synfig-studio&lt;br /&gt;
&lt;br /&gt;
= The instructions =&lt;br /&gt;
&lt;br /&gt;
 su&lt;br /&gt;
 [[apt-get]] install autoconf libxml++2.6_2-devel libsigc++2.0_0-devel libltdl3-devel libtool cvs gettext-devel libgtkmm2.4_1-devel&lt;br /&gt;
 &lt;br /&gt;
 mkdir synfig-stuff&lt;br /&gt;
 cd synfig-stuff&lt;br /&gt;
 # note: the download URLs will eventually go out of date.&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/ETL-0.04.12.tar.gz?modtime=1224707037&amp;amp;big_mirror=0&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/synfig-0.61.09.tar.gz?modtime=1224793932&amp;amp;big_mirror=0&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/synfigstudio-0.61.09.tar.gz?modtime=1224707325&amp;amp;big_mirror=0&lt;br /&gt;
 tar -xvvzf ETL-0.04.12.tar.gz&lt;br /&gt;
 tar -xvvzf synfig-0.61.09.tar.gz&lt;br /&gt;
 tar -xvvzf synfigstudio-0.61.09.tar.gz&lt;br /&gt;
 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig&lt;br /&gt;
 &lt;br /&gt;
 cd ETL-0.04.12&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 &lt;br /&gt;
 cd synfig-0.61.09&lt;br /&gt;
 libtoolize --ltdl --copy --force&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 &lt;br /&gt;
 cd synfigstudio-0.61.09&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
= Issues on PCLinuxOS =&lt;br /&gt;
&lt;br /&gt;
If you have problems building on PCLinuxOS.  First you should ask on [http://www.pclinuxos.com/forum/index.php The PCLinuxOS official forum] in [http://www.pclinuxos.com/forum/index.php?board=19.0 the software forum].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;em&amp;gt;Please remember to search before asking questions.&amp;lt;/em&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternately, the Synfig team and users can be [[contact]]ed.&lt;/div&gt;</summary>
		<author><name>Sysy</name></author>	</entry>

	<entry>
		<id>https://wiki.synfig.org/index.php?title=Dev:Build_Instructions&amp;diff=8435</id>
		<title>Dev:Build Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.synfig.org/index.php?title=Dev:Build_Instructions&amp;diff=8435"/>
				<updated>2009-02-01T02:17:34Z</updated>
		
		<summary type="html">&lt;p&gt;Sysy: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Categories--&amp;gt;&lt;br /&gt;
[[Category:Building]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
If you are using the released versions instead of SVN, none of the libtoolize or autoreconf steps are necessary. For released versions, &amp;quot;./configure &amp;amp;&amp;amp; make &amp;amp;&amp;amp; sudo make install&amp;quot; should be enough.&lt;br /&gt;
&lt;br /&gt;
If you are using packages for synfig's dependencies, you want the '''development packages''' not the main packages. Check below for your distribution's packages.&lt;br /&gt;
&lt;br /&gt;
Please read the [[Source code|source code]] page to check out the latest code. Please also check the [[Download|download page]] and the [[FAQ]] to find out about any issues that you may run into along the way.&lt;br /&gt;
&lt;br /&gt;
Some Linux/BSD distros have a pkg-config that doesn't look in /usr/local/lib/pkgconfig by default. So if you are installing in anywhere other than the system pkg-config path, please run &amp;quot;export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig&amp;quot; or similar before building or installing anything.&lt;br /&gt;
&lt;br /&gt;
Don't use automake 1.4, there are problems with it.&lt;br /&gt;
&lt;br /&gt;
Using automake 1.9, 'make install' seems to re-link and re-install all the synfig core modules every time whether they have changed or not.  [http://dooglus.rincevent.net/synfig/automake.html here] is an ugly workaround - it's only worth using if you intend to rebuild synfig repeatedly&lt;br /&gt;
&lt;br /&gt;
The instructions below result in 3 separate subversion working directories being created.  This is inconvenient to work with - you'll need to 'svn commit' in 3 different places to send changes, 'svn update' in 3 different places to get the latest updates, etc.  [[Subversion|This page]] shows how to arrange for the code to be checked out into a single working directory. You can also download a daily updated tarball that uses this from the [[Source code|source code]] page.&lt;br /&gt;
&lt;br /&gt;
The CVS requirement is only because the autopoint program run by autoreconf needs CVS. You can avoid the need for CVS by disabling the translation/gettext stuff in configure.ac.&lt;br /&gt;
&lt;br /&gt;
If you don't want to install to a system-wide directory using sudo, run something like these commands before starting:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
export PREFIX=&amp;quot;$HOME/opt&amp;quot;&lt;br /&gt;
export PKG_CONFIG_PATH=&amp;quot;$PKG_CONFIG_PATH:$PREFIX/lib/pkgconfig&amp;quot;&lt;br /&gt;
export PATH=&amp;quot;$PATH:$PREFIX/bin&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And when you run ./configure, run it with --prefix=&amp;quot;$PREFIX&amp;quot; and don't use sudo when you do make install.&lt;br /&gt;
&lt;br /&gt;
=== Automatic build/update script ===&lt;br /&gt;
&lt;br /&gt;
You can use [http://zelgadis.profusehost.net/files/synfig/synfigstudio-svn-build this] script to quickly build/update synfigstudio from SVN (software installed in ~/synfig-svn by default).&lt;br /&gt;
&lt;br /&gt;
To use the script just execute following single command in terminal: &lt;br /&gt;
&amp;lt;pre&amp;gt;cd &amp;amp;&amp;amp; \&lt;br /&gt;
wget http://zelgadis.profusehost.net/files/synfig/synfigstudio-svn-build &amp;amp;&amp;amp; \&lt;br /&gt;
chmod +x synfigstudio-svn-build &amp;amp;&amp;amp; \&lt;br /&gt;
./synfigstudio-svn-build initialize&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''WARNING:''' Your system must satisfy synfig's build requiments, the sript won't do it for you.&lt;br /&gt;
&lt;br /&gt;
=== System-specific instructions ===&lt;br /&gt;
&lt;br /&gt;
* Gentoo: SVN [[Gentoo Ebuilds|ebuilds]] are available&lt;br /&gt;
* MacOS X: [[Building_On_Mac_OS_X|instructions for building]] with the GTK+ Aqua port are available.&lt;br /&gt;
* PCLinuxOS: [[PCLinuxOS build instructions|build instructions]]&lt;br /&gt;
* Windows: [[Windows build instructions|instructions for building]] in [[Mingw_installation|mingw]] are available.&lt;br /&gt;
&lt;br /&gt;
== ETL ==&lt;br /&gt;
&lt;br /&gt;
ETL is a template library, there is nothing to build really, it just needed to be installed.&lt;br /&gt;
&lt;br /&gt;
Requires: autoconf automake&amp;lt;br&amp;gt;&lt;br /&gt;
* Debian: build-essential autoconf automake&lt;br /&gt;
&lt;br /&gt;
''Type the following commands at the directory that holds '''ETL:'''''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ autoreconf --install --force&lt;br /&gt;
$ ./configure&lt;br /&gt;
$ sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== synfig ==&lt;br /&gt;
&lt;br /&gt;
Requires: ETL (etl-dev, already installed if you successfully built etl), libxml++, libsigc++, libltdl, libtool, gettext, cvs&amp;lt;br&amp;gt;&lt;br /&gt;
* Debian: etl-dev libxml++2.6-dev libsigc++-2.0-dev libltdl3-dev libtool gettext cvs&lt;br /&gt;
* Gentoo: virtual/ETL dev-cpp/libxmlpp dev-libs/libsigc++ dev-util/cvs&lt;br /&gt;
** If you are using ./configure --prefix=&amp;quot;$PREFIX&amp;quot; to configure synfig, do not install virtual/ETL.&lt;br /&gt;
&lt;br /&gt;
Note: libpng isn't required to build synfig, but if you build synfig without PNG support and go on to build synfigstudio, that step will fail (because the build process for synfigstudio uses synfig to create .png icon files).  The package is  libpng12-dev on Debian or media-libs/libpng on Gentoo.&lt;br /&gt;
&lt;br /&gt;
Note: the 'configure.ac' file in the synfig-core directory doesn't work with libtool version 2, as shipped with ubuntu 8.10.  To work around the problem until a proper fix is found, comment out line 622 (it says &amp;quot;AC_CONFIG_SUBDIRS(libltdl)&amp;quot;) by putting a &amp;quot;#&amp;quot; at the front of the line.  The line is required for older versions of libtool, as shipped with other distributions.&lt;br /&gt;
&lt;br /&gt;
Optional: libpng, libmng, libjpeg, libfreetype, libfontconfig, libopenexr, libavcodec, libmagick++, vimage (MacOS only, proprietary)&amp;lt;br&amp;gt;&lt;br /&gt;
* Debian: libpng12-dev libmng-dev libjpeg62-dev libfreetype6-dev libfontconfig1-dev libopenexr-dev libavcodec-dev libavformat-dev libmagick++9-dev&lt;br /&gt;
* Gentoo: sys-devel/libtool media-libs/libpng media-libs/libmng media-libs/jpeg media-libs/freetype media-libs/fontconfig media-libs/openexr media-libs/libavcodec&lt;br /&gt;
Runtime: encodedv (from libdv), ffmpeg, convert (from imagemagick)&lt;br /&gt;
* Debian: libdv-bin ffmpeg imagemagick&lt;br /&gt;
* Gentoo: media-libs/libdv media-video/ffmpeg media-gfx/imagemagick&lt;br /&gt;
&lt;br /&gt;
''Type the following commands at the directory that holds '''synfig-core:'''''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ libtoolize --ltdl --copy --force&lt;br /&gt;
$ autoreconf --install --force&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;
Notes:&lt;br /&gt;
&lt;br /&gt;
* Don't use --enable-half, it is slow.&lt;br /&gt;
&lt;br /&gt;
== synfigstudio ==&lt;br /&gt;
&lt;br /&gt;
Requires: ETL (etl-dev, already installed if you successfully built etl), synfig (libsynfig-dev, already installed if you successfully built synfig), gtkmm &amp;gt;= 2.4, gtk &amp;gt;= 2.0, glibmm, libsigc++, libltdl, libtool, gettext, cvs&amp;lt;br&amp;gt;&lt;br /&gt;
* Debian: etl-dev libsynfig-dev libgtkmm-2.4-dev libgtk2.0-dev libglibmm-2.4-dev libsigc++-2.0-dev libltdl3-dev libtool gettext cvs&lt;br /&gt;
* Gentoo: virtual/ETL virtual/synfig dev-cpp/gtkmm-2.4 dev-libs/libsigc++ sys-devel/libtool&lt;br /&gt;
** If you are using ./configure --prefix=&amp;quot;$PREFIX&amp;quot; to configure synfigstudio, do not install virtual/ETL or virtual/synfig.&lt;br /&gt;
Optional: fonts (for the images), [http://www.fmod.org FMOD] (version 3.x, proprietary)&lt;br /&gt;
* Debian: ttf-freefont ttf-dejavu ttf-dustin&lt;br /&gt;
* Gentoo: freefonts dejavu&lt;br /&gt;
&lt;br /&gt;
''Type the following commands at the directory that holds '''synfig-studio:'''''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ autoreconf --install --force&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;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
== synfig-docs ==&lt;br /&gt;
&lt;br /&gt;
(This step isn't required to run synfig or synfigstudio, and the documents it gets you are really quite out of date)&lt;br /&gt;
&lt;br /&gt;
This is basically a copy of what is on this wiki.&lt;br /&gt;
&lt;br /&gt;
Requires: sgml processor, ldp docbook stylesheets, db2ps, db2pdf&lt;br /&gt;
* Debian: openjade ldp-docbook-dsssl docbook-utils&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make multiple-html&lt;br /&gt;
make ps&lt;br /&gt;
make pdf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== finalizing ==&lt;br /&gt;
&lt;br /&gt;
Depending on where you installed synfig to, you might have to tell your system where the libraries can be found.  That can be done via the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo ldconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysy</name></author>	</entry>

	<entry>
		<id>https://wiki.synfig.org/index.php?title=Dev:PCLinuxOS_build_instructions&amp;diff=8433</id>
		<title>Dev:PCLinuxOS build instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.synfig.org/index.php?title=Dev:PCLinuxOS_build_instructions&amp;diff=8433"/>
				<updated>2009-02-01T02:16:48Z</updated>
		
		<summary type="html">&lt;p&gt;Sysy: Installing Synfig from source on PCLinuxOS moved to PCLinuxOS build instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;NOTE: This program is available in the repository.&amp;lt;/b&amp;gt;  So don't bother installing from source if you don't need to.&lt;br /&gt;
&lt;br /&gt;
 apt-get install synfigstudio synfig&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
These instructions were tested and work on PCLinuxOS 2007, updated January 30 2009 after the large repository update.&lt;br /&gt;
&lt;br /&gt;
Note: In this installation, a lot of other software was built from source.  If you notice that one of the &amp;lt;tt&amp;gt;./configure&amp;lt;/tt&amp;gt; attempts requires another dependency, check for that program in &amp;lt;tt&amp;gt;synaptic&amp;lt;/tt&amp;gt; (or its -devel equivalent).  It &amp;lt;u&amp;gt;will&amp;lt;/u&amp;gt; be there.&lt;br /&gt;
&lt;br /&gt;
You can also grab synfig from SVN.  Please note that the synfig team is trying git out, so these instructions may change.  See [[build instructions]].&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/ETL/trunk/ etl&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/synfig-core/trunk/ synfig-core&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/synfig-studio/trunk/ synfig-studio&lt;br /&gt;
&lt;br /&gt;
= The instructions =&lt;br /&gt;
&lt;br /&gt;
 su&lt;br /&gt;
 [[apt-get]] install autoconf libxml++2.6_2-devel libsigc++2.0_0-devel libltdl3-devel libtool cvs gettext-devel libgtkmm2.4_1-devel&lt;br /&gt;
 &lt;br /&gt;
 mkdir synfig-stuff&lt;br /&gt;
 cd synfig-stuff&lt;br /&gt;
 # note: the download URLs will eventually go out of date.&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/ETL-0.04.12.tar.gz?modtime=1224707037&amp;amp;big_mirror=0&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/synfig-0.61.09.tar.gz?modtime=1224793932&amp;amp;big_mirror=0&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/synfigstudio-0.61.09.tar.gz?modtime=1224707325&amp;amp;big_mirror=0&lt;br /&gt;
 tar -xvvzf ETL-0.04.12.tar.gz&lt;br /&gt;
 tar -xvvzf synfig-0.61.09.tar.gz&lt;br /&gt;
 tar -xvvzf synfigstudio-0.61.09.tar.gz&lt;br /&gt;
 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig&lt;br /&gt;
 &lt;br /&gt;
 cd ETL-0.04.12&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 &lt;br /&gt;
 cd synfig-0.61.09&lt;br /&gt;
 libtoolize --ltdl --copy --force&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 &lt;br /&gt;
 cd synfigstudio-0.61.09&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
= Issues on PCLinuxOS =&lt;br /&gt;
&lt;br /&gt;
If you have problems building on PCLinuxOS.  First you should ask on [http://www.pclinuxos.com/forum/index.php The PCLinuxOS official forum] in [http://www.pclinuxos.com/forum/index.php?board=19.0 the software forum].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;em&amp;gt;Please remember to search before asking questions.&amp;lt;/em&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternately, the Synfig team and users can be [[contact]]ed.&lt;/div&gt;</summary>
		<author><name>Sysy</name></author>	</entry>

	<entry>
		<id>https://wiki.synfig.org/index.php?title=Download&amp;diff=8432</id>
		<title>Download</title>
		<link rel="alternate" type="text/html" href="https://wiki.synfig.org/index.php?title=Download&amp;diff=8432"/>
				<updated>2009-02-01T02:16:11Z</updated>
		
		<summary type="html">&lt;p&gt;Sysy: /* Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin-bottom:20px; margin-top:-10px;-moz-border-radius:10px; padding:5px; width:100%; text-align:center; border: 1px solid #a6d577; background: #F8EA85;&amp;quot;&amp;gt;We are updating the download page to have the new release available on all platforms&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
We are aware that there are lots of features missing in synfig. This software is under development and needs more polishing to become a mature program. Lots of bugs have been killed and now the stability of the program has increased considerably. There are some known issues than occasionally might make you frustrated. Despite this disclaimer there are proofs that the program is completely usable for professional work as demonstrated by some of the works in the [[Gallery]]. Please help us to make a better program in any of its aspects (artwork, translation, wiki improvement, tutorials, finding bugs, sending patches, etc.). We will embrace any of your proposals!.&lt;br /&gt;
&lt;br /&gt;
A special thanks to [http://www.bridgetone.com/ Bridgetone] for hosting our videos and early downloads!&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
Synfig 0.61.09 is the latest release from the Synfig community. Please read the [[Releases/0.61.09|release notes]] for information about what changed.&lt;br /&gt;
&lt;br /&gt;
[[#source|&amp;lt;img src=&amp;quot;http://www.reactos.org/media/pictures/2007/devpack1.png&amp;quot;/&amp;gt;]] [[#windows|&amp;lt;img src=&amp;quot;http://www.bibirmer.com/Extensions/windows_icon.png&amp;quot;&amp;gt;]] [[#macosx|&amp;lt;img src=&amp;quot;http://www.washington.edu/computing/web/images/icon-macos.gif&amp;quot;/&amp;gt;]] [[#ubuntu|&amp;lt;img src=&amp;quot;http://www.ubuntu.com/themes/ubuntu07/images/icon-ubuntu.png&amp;quot;/&amp;gt;]] [[#debian|&amp;lt;img src=&amp;quot;http://www.winehq.org/images/distro/debian.png&amp;quot;/&amp;gt;]] [[#fink|&amp;lt;img src=&amp;quot;http://upload.wikimedia.org/wikipedia/en/thumb/2/25/FinkLogo.jpg/80px-FinkLogo.jpg&amp;quot;/&amp;gt;]] [[#zenwalk|&amp;lt;img src=&amp;quot;http://wiki.zenwalk.org/images/thumb/d/dd/CommunityPortal.png/50px-CommunityPortal.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#gentoo|&amp;lt;img src=&amp;quot;http://fillets.sourceforge.net/img/logo/gentoo.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#arch|&amp;lt;img src=&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Archlinux_logo.svg/48px-Archlinux_logo.svg.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#pardus|&amp;lt;img src=&amp;quot;http://www.acikbilgi.com/wp-content/pardus.jpg&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#freebsd|&amp;lt;img src=&amp;quot;http://albumshaper.sourceforge.net/images/supportedSystems/freebsd.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#opensuse|&amp;lt;img src=&amp;quot;http://files.opensuse.org/opensuse/en/2/22/Geeko_head_simple.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#slackware|&amp;lt;img src=&amp;quot;http://www.slackware.com/~msimons/slackware/grfx/shared/slackweb.jpg&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#fedora|&amp;lt;img src=&amp;quot;https://www.inteco.es/extfrontinteco/osi/actualizacionesSW/SO/fedora_peq.png&lt;br /&gt;
&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#mandriva|&amp;lt;img src=&amp;quot;http://www.mandriva.com/archives/var/mdk/storage/images/media/images/star_on_transparent_background/261440-3-eng-US/star_on_transparent_background.png&amp;quot;&amp;gt;]]&lt;br /&gt;
[[#momonga|&amp;lt;img src=&amp;quot;http://www.momonga-linux.org/img/momo_banner.png&amp;quot;&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=== Licence ===&lt;br /&gt;
&lt;br /&gt;
ETL, synfig and synfigstudio are [[License|licensed]] under the GNU General Public Licence, version 2 or later.&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;macosx_issues&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
'''MacOS X''': '''''Taken offline''''', please see bug [http://sf.net/support/tracker.php?aid=1686495 1686495]. Patches and volunteers to create new packages are welcome. Until someone volunteers, you can [[Building_On_Mac_OS_X|build it yourself]] or install via [[#fink|fink]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;windows_issues&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
'''Windows''': There are [[Security|'''security issues''']] with the dv, imagemagick and ffmpeg targets, please avoid using them to import or render untrusted files.&lt;br /&gt;
&lt;br /&gt;
'''Windows''': Rendering issues may be encountered on Hyperthreaded or multi-core CPUs.  Please see the FAQ for [[FAQ#Can_I_do_anything_to_improve_the_stability_of_the_Windows_version_of_Synfig.3F|workaround details]].&lt;br /&gt;
&lt;br /&gt;
=== Releases ===&lt;br /&gt;
&lt;br /&gt;
If you know of any other packages, please add them below or [[Contact|contact]] us and ask for them to be added here.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Type&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Links&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;source&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[Source code]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://sf.net/project/showfiles.php?group_id=144022&amp;amp;package_id=198849 ETL]  [http://sf.net/project/showfiles.php?group_id=144022&amp;amp;package_id=158279 synfig] [http://sf.net/project/showfiles.php?group_id=144022&amp;amp;package_id=198850 synfigstudio]&lt;br /&gt;
| Please read the [[Build_instructions|build instructions]].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;windows&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.microsoft.com/windows/ Windows XP &amp;amp; Vista]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://downloads.sourceforge.net/gladewin32/gtk-2.10.11-win32-1.exe gtk] [http://ftp.gnome.org/pub/gnome/binaries/win32/gtkmm/2.10/gtkmm-win32-runtime-2.10.11-1.exe gtkmm] &lt;br /&gt;
[http://downloads.sourceforge.net/synfig/synfig-0.61.09.exe synfig] [http://downloads.sourceforge.net/synfig/synfigstudio-0.61.09.exe synfigstudio]&lt;br /&gt;
| Has '''''[[#windows_issues|important issues]]'''''. All four are '''''required''''', see the [http://uk.youtube.com/watch?v=mrDqiRI7fwk install walkthrough video].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;macosx&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.apple.com/macosx/ MacOS X]&lt;br /&gt;
|&lt;br /&gt;
| '''''Taken offline''''', has [[#macosx_issues|major issues]]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;ubuntu&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.ubuntu.com/ Ubuntu]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.ubuntu.com/src:etl etl] [http://packages.ubuntu.com/src:synfig synfig] [http://packages.ubuntu.com/src:synfigstudio synfigstudio]&lt;br /&gt;
| Available in Ubuntu 7.04 (Feisty Fawn) and later in universe.  For information on Synfig on Ubuntu 8.10 Intrepid Ibex see [http://synfig.org/forums/viewtopic.php?f=13&amp;amp;t=277 this link].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;debian&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.debian.org/ Debian]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.debian.org/src:etl etl] [http://packages.debian.org/src:synfig synfig]  [http://packages.debian.org/src:synfigstudio synfigstudio]&lt;br /&gt;
| Available in Debian 5.0 (lenny) and later in main&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;fink&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.finkproject.org/ Fink]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://pdb.finkproject.org/pdb/package.php/etl etl] [http://pdb.finkproject.org/pdb/package.php/synfig synfig] [http://pdb.finkproject.org/pdb/package.php/synfigstudio synfigstudio]&lt;br /&gt;
| Available in Fink unstable&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;momonga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.momonga-linux.org/ Momonga]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://sophie.zarb.org/rpmfind?distrib=Momonga&amp;amp;version=&amp;amp;arch=&amp;amp;search=etl&amp;amp;st=rpmname etl] [http://sophie.zarb.org/rpmfind?distrib=Momonga&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfig&amp;amp;st=rpmname synfig] [http://sophie.zarb.org/rpmfind?distrib=Momonga&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfigstudio&amp;amp;st=rpmname synfigstudio]&lt;br /&gt;
| Available in Momonga Linux 5 and later&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;zenwalk&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.zenwalk.org/ Zenwalk]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.zenwalk.org/?q=ETL&amp;amp;zversion=all etl] [http://packages.zenwalk.org/?q=synfig-core&amp;amp;zversion=all synfig] [http://packages.zenwalk.org/?q=synfig-studio&amp;amp;zversion=all synfigstudio]&lt;br /&gt;
| Available in Zenwalk extras&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;gentoo&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.gentoo.org Gentoo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://bugs.gentoo.org/show_bug.cgi?id=111277 etl] [http://bugs.gentoo.org/show_bug.cgi?id=111278 synfig] [http://bugs.gentoo.org/show_bug.cgi?id=111279 synfigstudio]&lt;br /&gt;
| Available in Gentoo [http://www.gentoo.org/proj/en/sunrise/ Project Sunrise]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;arch&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.archlinux.org/ Arch Linux]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|  [http://aur.archlinux.org/packages.php?K=VoriaETL etl] [http://aur.archlinux.org/packages.php?K=synfig synfig synfigstudio]&lt;br /&gt;
|Available in Arch Linux unsupported&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;pardus&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.pardus.org.tr/eng/ Pardus]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.pardus.org.tr/contrib/source/etl.html etl] [http://packages.pardus.org.tr/contrib/source/synfig.html synfig] [http://packages.pardus.org.tr/contrib/source/synfigstudio.html synfigstudio]&lt;br /&gt;
| Available in Pardus contrib&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;freebsd&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.freebsd.org/ FreeBSD]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.freebsd.org/cgi/url.cgi?ports/devel/etl/pkg-descr etl] [http://www.freebsd.org/cgi/url.cgi?ports/devel/synfig/pkg-descr synfig] [http://www.freebsd.org/cgi/url.cgi?ports/graphics/synfigstudio/pkg-descr synfigstudio]&lt;br /&gt;
| Available in FreeBSD ports&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;mandriva&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.mandriva.com/ Mandriva]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://sophie.zarb.org/rpmfind?distrib=Mandriva&amp;amp;version=&amp;amp;arch=&amp;amp;search=etl&amp;amp;st=rpmname etl] [http://sophie.zarb.org/rpmfind?distrib=Mandriva&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfig&amp;amp;st=rpmname synfig] [http://sophie.zarb.org/rpmfind?distrib=Mandriva&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfigstudio&amp;amp;st=rpmname synfigstudio]&lt;br /&gt;
| Available in Mandriva [http://wiki.mandriva.com/en/Policies/SoftwareMedia#.2Fcontrib.2Fbackports /contrib/backports]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;opensuse&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.opensuse.org openSUSE]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packman.links2linux.de/package/etl etl] [http://packman.links2linux.de/package/synfig synfig] [http://packman.links2linux.de/package/synfigstudio synfigstudio]&lt;br /&gt;
| Available in [http://packman.links2linux.de/ PackMan]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;slackware&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.slackware.com/ Slackware]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://slacky.eu/?searchword=synfig&amp;amp;option=com_search&amp;amp;Itemid=5 etl synfig synfigstudio]&lt;br /&gt;
| Available in [http://slacky.eu/ Slacky.eu]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;fedora&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://fedoraproject.org/ Fedora]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [https://bugzilla.redhat.com/428567 etl] [https://bugzilla.redhat.com/428568 synfig] [https://bugzilla.redhat.com/479527 synfigstudio]&lt;br /&gt;
| Available in [https://bugzilla.redhat.com/ Red Hat Bugzilla]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;pclinuxos&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://pclinuxos.com/ PCLinuxOS]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;!-- Probably not a good idea to post these links, since the URLs will change [http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/apt/pclinuxos/2007/SRPMS.extra/ETL-devel-0.04.12-1pclos2007.src.rpm etl] [http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/apt/pclinuxos/2007/SRPMS.extra/synfig-0.61.09-1pclos2007.src.rpm synfig] [http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/apt/pclinuxos/2007/SRPMS.extra/synfigstudio-0.61.09-1pclos2007.src.rpm synfigstudio] --&amp;gt;&lt;br /&gt;
| Available in the &amp;lt;tt&amp;gt;synaptic&amp;lt;/tt&amp;gt; Package Manager.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Snapshots ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Type&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Links&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [[Source code]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://synfig.org/code/ETL-svn.tar.gz etl] [http://synfig.org/code/synfig-svn.tar.gz synfig] [http://synfig.org/code/synfigstudio-svn.tar.gz synfigstudio]&lt;br /&gt;
| Please read the [[Build_instructions|build instructions]]. Automatically updated daily from SVN.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.microsoft.com/windows/ Windows XP &amp;amp; Vista]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://downloads.sourceforge.net/gladewin32/gtk-2.10.11-win32-1.exe gtk] [http://ftp.gnome.org/pub/gnome/binaries/win32/gtkmm/2.10/gtkmm-win32-runtime-2.10.11-1.exe gtkmm] [http://synfig.org/files/synfig-0.61.09-2167.exe synfig] [http://synfig.org/files/synfigstudio-0.61.09-2167.exe synfigstudio]&lt;br /&gt;
| Built occasionally by pxegeek, currently SVN 2167. Has '''''[[#windows_issues|important issues]]'''''. All four are '''''required''''', see the [http://uk.youtube.com/watch?v=mrDqiRI7fwk install walkthrough video].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.gentoo.org Gentoo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [[Gentoo_Ebuilds#SVN_Ebuilds|etl synfig synfigstudio]]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://fedoraproject.org/ Fedora]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Fedora 8: [http://atrus.mmaa.ru/synfig/#fc etl synfig synfigstudio]&amp;lt;br&amp;gt;&lt;br /&gt;
Fedora 7: [http://zelgadis.profusehost.net/blog/tags/download/ etl synfig synfigstudio]&lt;br /&gt;
| Built by Atrus and Zelgadis&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.ubuntu.com/ Ubuntu]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://dooglus.rincevent.net/synfig/repository/ repositories] for feisty (svn 1513), gutsy (svn 1456), hardy (svn 1514)&lt;br /&gt;
| These packages are outdated as of 2 October 2008&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.debian.org/ Debian]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://dooglus.rincevent.net/synfig/repository/ repository] for sid (svn 1514)&lt;br /&gt;
| These packages are outdated as of 2 October 2008&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sysy</name></author>	</entry>

	<entry>
		<id>https://wiki.synfig.org/index.php?title=Dev:PCLinuxOS_build_instructions&amp;diff=8431</id>
		<title>Dev:PCLinuxOS build instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.synfig.org/index.php?title=Dev:PCLinuxOS_build_instructions&amp;diff=8431"/>
				<updated>2009-02-01T02:05:11Z</updated>
		
		<summary type="html">&lt;p&gt;Sysy: /* The instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;NOTE: This program is available in the repository.&amp;lt;/b&amp;gt;  So don't bother installing from source if you don't need to.&lt;br /&gt;
&lt;br /&gt;
 apt-get install synfigstudio synfig&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
These instructions were tested and work on PCLinuxOS 2007, updated January 30 2009 after the large repository update.&lt;br /&gt;
&lt;br /&gt;
Note: In this installation, a lot of other software was built from source.  If you notice that one of the &amp;lt;tt&amp;gt;./configure&amp;lt;/tt&amp;gt; attempts requires another dependency, check for that program in &amp;lt;tt&amp;gt;synaptic&amp;lt;/tt&amp;gt; (or its -devel equivalent).  It &amp;lt;u&amp;gt;will&amp;lt;/u&amp;gt; be there.&lt;br /&gt;
&lt;br /&gt;
You can also grab synfig from SVN.  Please note that the synfig team is trying git out, so these instructions may change.  See [[build instructions]].&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/ETL/trunk/ etl&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/synfig-core/trunk/ synfig-core&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/synfig-studio/trunk/ synfig-studio&lt;br /&gt;
&lt;br /&gt;
= The instructions =&lt;br /&gt;
&lt;br /&gt;
 su&lt;br /&gt;
 [[apt-get]] install autoconf libxml++2.6_2-devel libsigc++2.0_0-devel libltdl3-devel libtool cvs gettext-devel libgtkmm2.4_1-devel&lt;br /&gt;
 &lt;br /&gt;
 mkdir synfig-stuff&lt;br /&gt;
 cd synfig-stuff&lt;br /&gt;
 # note: the download URLs will eventually go out of date.&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/ETL-0.04.12.tar.gz?modtime=1224707037&amp;amp;big_mirror=0&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/synfig-0.61.09.tar.gz?modtime=1224793932&amp;amp;big_mirror=0&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/synfigstudio-0.61.09.tar.gz?modtime=1224707325&amp;amp;big_mirror=0&lt;br /&gt;
 tar -xvvzf ETL-0.04.12.tar.gz&lt;br /&gt;
 tar -xvvzf synfig-0.61.09.tar.gz&lt;br /&gt;
 tar -xvvzf synfigstudio-0.61.09.tar.gz&lt;br /&gt;
 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig&lt;br /&gt;
 &lt;br /&gt;
 cd ETL-0.04.12&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 &lt;br /&gt;
 cd synfig-0.61.09&lt;br /&gt;
 libtoolize --ltdl --copy --force&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 &lt;br /&gt;
 cd synfigstudio-0.61.09&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
= Issues on PCLinuxOS =&lt;br /&gt;
&lt;br /&gt;
If you have problems building on PCLinuxOS.  First you should ask on [http://www.pclinuxos.com/forum/index.php The PCLinuxOS official forum] in [http://www.pclinuxos.com/forum/index.php?board=19.0 the software forum].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;em&amp;gt;Please remember to search before asking questions.&amp;lt;/em&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternately, the Synfig team and users can be [[contact]]ed.&lt;/div&gt;</summary>
		<author><name>Sysy</name></author>	</entry>

	<entry>
		<id>https://wiki.synfig.org/index.php?title=Dev:PCLinuxOS_build_instructions&amp;diff=8430</id>
		<title>Dev:PCLinuxOS build instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.synfig.org/index.php?title=Dev:PCLinuxOS_build_instructions&amp;diff=8430"/>
				<updated>2009-02-01T02:03:50Z</updated>
		
		<summary type="html">&lt;p&gt;Sysy: New page: &amp;lt;b&amp;gt;NOTE: This program is available in the repository.&amp;lt;/b&amp;gt;  So don't bother installing from source if you don't need to.   apt-get install synfigstudio synfig  = Introduction =  These instr...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;NOTE: This program is available in the repository.&amp;lt;/b&amp;gt;  So don't bother installing from source if you don't need to.&lt;br /&gt;
&lt;br /&gt;
 apt-get install synfigstudio synfig&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
These instructions were tested and work on PCLinuxOS 2007, updated January 30 2009 after the large repository update.&lt;br /&gt;
&lt;br /&gt;
Note: In this installation, a lot of other software was built from source.  If you notice that one of the &amp;lt;tt&amp;gt;./configure&amp;lt;/tt&amp;gt; attempts requires another dependency, check for that program in &amp;lt;tt&amp;gt;synaptic&amp;lt;/tt&amp;gt; (or its -devel equivalent).  It &amp;lt;u&amp;gt;will&amp;lt;/u&amp;gt; be there.&lt;br /&gt;
&lt;br /&gt;
You can also grab synfig from SVN.  Please note that the synfig team is trying git out, so these instructions may change.  See [[build instructions]].&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/ETL/trunk/ etl&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/synfig-core/trunk/ synfig-core&lt;br /&gt;
 svn co https://synfig.svn.sourceforge.net/svnroot/synfig/synfig-studio/trunk/ synfig-studio&lt;br /&gt;
&lt;br /&gt;
= The instructions =&lt;br /&gt;
&lt;br /&gt;
 su&lt;br /&gt;
 [[apt-get]] install autoconf libxml++2.6_2-devel libsigc++2.0_0-devel libltdl3-devel libtool cvs gettext-devel libgtkmm2.4_1-devel&lt;br /&gt;
 &lt;br /&gt;
 mkdir synfig-stuff&lt;br /&gt;
 cd synfig-stuff&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/ETL-0.04.12.tar.gz?modtime=1224707037&amp;amp;big_mirror=0&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/synfig-0.61.09.tar.gz?modtime=1224793932&amp;amp;big_mirror=0&lt;br /&gt;
 [[wget]] http://downloads.sourceforge.net/synfig/synfigstudio-0.61.09.tar.gz?modtime=1224707325&amp;amp;big_mirror=0&lt;br /&gt;
 tar -xvvzf ETL-0.04.12.tar.gz&lt;br /&gt;
 tar -xvvzf synfig-0.61.09.tar.gz&lt;br /&gt;
 tar -xvvzf synfigstudio-0.61.09.tar.gz&lt;br /&gt;
 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig&lt;br /&gt;
 &lt;br /&gt;
 cd ETL-0.04.12&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 &lt;br /&gt;
 cd synfig-0.61.09&lt;br /&gt;
 libtoolize --ltdl --copy --force&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 &lt;br /&gt;
 cd synfigstudio-0.61.09&lt;br /&gt;
 autoreconf --install --force&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
 cd ..&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
= Issues on PCLinuxOS =&lt;br /&gt;
&lt;br /&gt;
If you have problems building on PCLinuxOS.  First you should ask on [http://www.pclinuxos.com/forum/index.php The PCLinuxOS official forum] in [http://www.pclinuxos.com/forum/index.php?board=19.0 the software forum].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;em&amp;gt;Please remember to search before asking questions.&amp;lt;/em&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternately, the Synfig team and users can be [[contact]]ed.&lt;/div&gt;</summary>
		<author><name>Sysy</name></author>	</entry>

	<entry>
		<id>https://wiki.synfig.org/index.php?title=Download&amp;diff=8429</id>
		<title>Download</title>
		<link rel="alternate" type="text/html" href="https://wiki.synfig.org/index.php?title=Download&amp;diff=8429"/>
				<updated>2009-02-01T01:56:18Z</updated>
		
		<summary type="html">&lt;p&gt;Sysy: /* Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin-bottom:20px; margin-top:-10px;-moz-border-radius:10px; padding:5px; width:100%; text-align:center; border: 1px solid #a6d577; background: #F8EA85;&amp;quot;&amp;gt;We are updating the download page to have the new release available on all platforms&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
We are aware that there are lots of features missing in synfig. This software is under development and needs more polishing to become a mature program. Lots of bugs have been killed and now the stability of the program has increased considerably. There are some known issues than occasionally might make you frustrated. Despite this disclaimer there are proofs that the program is completely usable for professional work as demonstrated by some of the works in the [[Gallery]]. Please help us to make a better program in any of its aspects (artwork, translation, wiki improvement, tutorials, finding bugs, sending patches, etc.). We will embrace any of your proposals!.&lt;br /&gt;
&lt;br /&gt;
A special thanks to [http://www.bridgetone.com/ Bridgetone] for hosting our videos and early downloads!&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
Synfig 0.61.09 is the latest release from the Synfig community. Please read the [[Releases/0.61.09|release notes]] for information about what changed.&lt;br /&gt;
&lt;br /&gt;
[[#source|&amp;lt;img src=&amp;quot;http://www.reactos.org/media/pictures/2007/devpack1.png&amp;quot;/&amp;gt;]] [[#windows|&amp;lt;img src=&amp;quot;http://www.bibirmer.com/Extensions/windows_icon.png&amp;quot;&amp;gt;]] [[#macosx|&amp;lt;img src=&amp;quot;http://www.washington.edu/computing/web/images/icon-macos.gif&amp;quot;/&amp;gt;]] [[#ubuntu|&amp;lt;img src=&amp;quot;http://www.ubuntu.com/themes/ubuntu07/images/icon-ubuntu.png&amp;quot;/&amp;gt;]] [[#debian|&amp;lt;img src=&amp;quot;http://www.winehq.org/images/distro/debian.png&amp;quot;/&amp;gt;]] [[#fink|&amp;lt;img src=&amp;quot;http://upload.wikimedia.org/wikipedia/en/thumb/2/25/FinkLogo.jpg/80px-FinkLogo.jpg&amp;quot;/&amp;gt;]] [[#zenwalk|&amp;lt;img src=&amp;quot;http://wiki.zenwalk.org/images/thumb/d/dd/CommunityPortal.png/50px-CommunityPortal.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#gentoo|&amp;lt;img src=&amp;quot;http://fillets.sourceforge.net/img/logo/gentoo.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#arch|&amp;lt;img src=&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Archlinux_logo.svg/48px-Archlinux_logo.svg.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#pardus|&amp;lt;img src=&amp;quot;http://www.acikbilgi.com/wp-content/pardus.jpg&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#freebsd|&amp;lt;img src=&amp;quot;http://albumshaper.sourceforge.net/images/supportedSystems/freebsd.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#opensuse|&amp;lt;img src=&amp;quot;http://files.opensuse.org/opensuse/en/2/22/Geeko_head_simple.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#slackware|&amp;lt;img src=&amp;quot;http://www.slackware.com/~msimons/slackware/grfx/shared/slackweb.jpg&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#fedora|&amp;lt;img src=&amp;quot;https://www.inteco.es/extfrontinteco/osi/actualizacionesSW/SO/fedora_peq.png&lt;br /&gt;
&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#mandriva|&amp;lt;img src=&amp;quot;http://www.mandriva.com/archives/var/mdk/storage/images/media/images/star_on_transparent_background/261440-3-eng-US/star_on_transparent_background.png&amp;quot;&amp;gt;]]&lt;br /&gt;
[[#momonga|&amp;lt;img src=&amp;quot;http://www.momonga-linux.org/img/momo_banner.png&amp;quot;&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=== Licence ===&lt;br /&gt;
&lt;br /&gt;
ETL, synfig and synfigstudio are [[License|licensed]] under the GNU General Public Licence, version 2 or later.&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;macosx_issues&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
'''MacOS X''': '''''Taken offline''''', please see bug [http://sf.net/support/tracker.php?aid=1686495 1686495]. Patches and volunteers to create new packages are welcome. Until someone volunteers, you can [[Building_On_Mac_OS_X|build it yourself]] or install via [[#fink|fink]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;windows_issues&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
'''Windows''': There are [[Security|'''security issues''']] with the dv, imagemagick and ffmpeg targets, please avoid using them to import or render untrusted files.&lt;br /&gt;
&lt;br /&gt;
'''Windows''': Rendering issues may be encountered on Hyperthreaded or multi-core CPUs.  Please see the FAQ for [[FAQ#Can_I_do_anything_to_improve_the_stability_of_the_Windows_version_of_Synfig.3F|workaround details]].&lt;br /&gt;
&lt;br /&gt;
=== Releases ===&lt;br /&gt;
&lt;br /&gt;
If you know of any other packages, please add them below or [[Contact|contact]] us and ask for them to be added here.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Type&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Links&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;source&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[Source code]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://sf.net/project/showfiles.php?group_id=144022&amp;amp;package_id=198849 ETL]  [http://sf.net/project/showfiles.php?group_id=144022&amp;amp;package_id=158279 synfig] [http://sf.net/project/showfiles.php?group_id=144022&amp;amp;package_id=198850 synfigstudio]&lt;br /&gt;
| Please read the [[Build_instructions|build instructions]].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;windows&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.microsoft.com/windows/ Windows XP &amp;amp; Vista]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://downloads.sourceforge.net/gladewin32/gtk-2.10.11-win32-1.exe gtk] [http://ftp.gnome.org/pub/gnome/binaries/win32/gtkmm/2.10/gtkmm-win32-runtime-2.10.11-1.exe gtkmm] &lt;br /&gt;
[http://downloads.sourceforge.net/synfig/synfig-0.61.09.exe synfig] [http://downloads.sourceforge.net/synfig/synfigstudio-0.61.09.exe synfigstudio]&lt;br /&gt;
| Has '''''[[#windows_issues|important issues]]'''''. All four are '''''required''''', see the [http://uk.youtube.com/watch?v=mrDqiRI7fwk install walkthrough video].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;macosx&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.apple.com/macosx/ MacOS X]&lt;br /&gt;
|&lt;br /&gt;
| '''''Taken offline''''', has [[#macosx_issues|major issues]]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;ubuntu&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.ubuntu.com/ Ubuntu]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.ubuntu.com/src:etl etl] [http://packages.ubuntu.com/src:synfig synfig] [http://packages.ubuntu.com/src:synfigstudio synfigstudio]&lt;br /&gt;
| Available in Ubuntu 7.04 (Feisty Fawn) and later in universe.  For information on Synfig on Ubuntu 8.10 Intrepid Ibex see [http://synfig.org/forums/viewtopic.php?f=13&amp;amp;t=277 this link].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;debian&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.debian.org/ Debian]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.debian.org/src:etl etl] [http://packages.debian.org/src:synfig synfig]  [http://packages.debian.org/src:synfigstudio synfigstudio]&lt;br /&gt;
| Available in Debian 5.0 (lenny) and later in main&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;fink&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.finkproject.org/ Fink]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://pdb.finkproject.org/pdb/package.php/etl etl] [http://pdb.finkproject.org/pdb/package.php/synfig synfig] [http://pdb.finkproject.org/pdb/package.php/synfigstudio synfigstudio]&lt;br /&gt;
| Available in Fink unstable&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;momonga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.momonga-linux.org/ Momonga]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://sophie.zarb.org/rpmfind?distrib=Momonga&amp;amp;version=&amp;amp;arch=&amp;amp;search=etl&amp;amp;st=rpmname etl] [http://sophie.zarb.org/rpmfind?distrib=Momonga&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfig&amp;amp;st=rpmname synfig] [http://sophie.zarb.org/rpmfind?distrib=Momonga&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfigstudio&amp;amp;st=rpmname synfigstudio]&lt;br /&gt;
| Available in Momonga Linux 5 and later&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;zenwalk&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.zenwalk.org/ Zenwalk]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.zenwalk.org/?q=ETL&amp;amp;zversion=all etl] [http://packages.zenwalk.org/?q=synfig-core&amp;amp;zversion=all synfig] [http://packages.zenwalk.org/?q=synfig-studio&amp;amp;zversion=all synfigstudio]&lt;br /&gt;
| Available in Zenwalk extras&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;gentoo&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.gentoo.org Gentoo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://bugs.gentoo.org/show_bug.cgi?id=111277 etl] [http://bugs.gentoo.org/show_bug.cgi?id=111278 synfig] [http://bugs.gentoo.org/show_bug.cgi?id=111279 synfigstudio]&lt;br /&gt;
| Available in Gentoo [http://www.gentoo.org/proj/en/sunrise/ Project Sunrise]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;arch&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.archlinux.org/ Arch Linux]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|  [http://aur.archlinux.org/packages.php?K=VoriaETL etl] [http://aur.archlinux.org/packages.php?K=synfig synfig synfigstudio]&lt;br /&gt;
|Available in Arch Linux unsupported&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;pardus&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.pardus.org.tr/eng/ Pardus]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.pardus.org.tr/contrib/source/etl.html etl] [http://packages.pardus.org.tr/contrib/source/synfig.html synfig] [http://packages.pardus.org.tr/contrib/source/synfigstudio.html synfigstudio]&lt;br /&gt;
| Available in Pardus contrib&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;freebsd&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.freebsd.org/ FreeBSD]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.freebsd.org/cgi/url.cgi?ports/devel/etl/pkg-descr etl] [http://www.freebsd.org/cgi/url.cgi?ports/devel/synfig/pkg-descr synfig] [http://www.freebsd.org/cgi/url.cgi?ports/graphics/synfigstudio/pkg-descr synfigstudio]&lt;br /&gt;
| Available in FreeBSD ports&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;mandriva&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.mandriva.com/ Mandriva]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://sophie.zarb.org/rpmfind?distrib=Mandriva&amp;amp;version=&amp;amp;arch=&amp;amp;search=etl&amp;amp;st=rpmname etl] [http://sophie.zarb.org/rpmfind?distrib=Mandriva&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfig&amp;amp;st=rpmname synfig] [http://sophie.zarb.org/rpmfind?distrib=Mandriva&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfigstudio&amp;amp;st=rpmname synfigstudio]&lt;br /&gt;
| Available in Mandriva [http://wiki.mandriva.com/en/Policies/SoftwareMedia#.2Fcontrib.2Fbackports /contrib/backports]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;opensuse&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.opensuse.org openSUSE]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packman.links2linux.de/package/etl etl] [http://packman.links2linux.de/package/synfig synfig] [http://packman.links2linux.de/package/synfigstudio synfigstudio]&lt;br /&gt;
| Available in [http://packman.links2linux.de/ PackMan]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;slackware&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.slackware.com/ Slackware]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://slacky.eu/?searchword=synfig&amp;amp;option=com_search&amp;amp;Itemid=5 etl synfig synfigstudio]&lt;br /&gt;
| Available in [http://slacky.eu/ Slacky.eu]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;fedora&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://fedoraproject.org/ Fedora]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [https://bugzilla.redhat.com/428567 etl] [https://bugzilla.redhat.com/428568 synfig] [https://bugzilla.redhat.com/479527 synfigstudio]&lt;br /&gt;
| Available in [https://bugzilla.redhat.com/ Red Hat Bugzilla]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;pclinuxos&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://pclinuxos.com/ PCLinuxOS]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;!-- Probably not a good idea to post these links, since the URLs will change [http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/apt/pclinuxos/2007/SRPMS.extra/ETL-devel-0.04.12-1pclos2007.src.rpm etl] [http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/apt/pclinuxos/2007/SRPMS.extra/synfig-0.61.09-1pclos2007.src.rpm synfig] [http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/apt/pclinuxos/2007/SRPMS.extra/synfigstudio-0.61.09-1pclos2007.src.rpm synfigstudio] --&amp;gt;&lt;br /&gt;
| Available in the &amp;lt;tt&amp;gt;synaptic&amp;lt;/tt&amp;gt; Package Manager.  See also [[Installing Synfig from source on PCLinuxOS]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Snapshots ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Type&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Links&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [[Source code]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://synfig.org/code/ETL-svn.tar.gz etl] [http://synfig.org/code/synfig-svn.tar.gz synfig] [http://synfig.org/code/synfigstudio-svn.tar.gz synfigstudio]&lt;br /&gt;
| Please read the [[Build_instructions|build instructions]]. Automatically updated daily from SVN.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.microsoft.com/windows/ Windows XP &amp;amp; Vista]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://downloads.sourceforge.net/gladewin32/gtk-2.10.11-win32-1.exe gtk] [http://ftp.gnome.org/pub/gnome/binaries/win32/gtkmm/2.10/gtkmm-win32-runtime-2.10.11-1.exe gtkmm] [http://synfig.org/files/synfig-0.61.09-2167.exe synfig] [http://synfig.org/files/synfigstudio-0.61.09-2167.exe synfigstudio]&lt;br /&gt;
| Built occasionally by pxegeek, currently SVN 2167. Has '''''[[#windows_issues|important issues]]'''''. All four are '''''required''''', see the [http://uk.youtube.com/watch?v=mrDqiRI7fwk install walkthrough video].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.gentoo.org Gentoo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [[Gentoo_Ebuilds#SVN_Ebuilds|etl synfig synfigstudio]]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://fedoraproject.org/ Fedora]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Fedora 8: [http://atrus.mmaa.ru/synfig/#fc etl synfig synfigstudio]&amp;lt;br&amp;gt;&lt;br /&gt;
Fedora 7: [http://zelgadis.profusehost.net/blog/tags/download/ etl synfig synfigstudio]&lt;br /&gt;
| Built by Atrus and Zelgadis&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.ubuntu.com/ Ubuntu]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://dooglus.rincevent.net/synfig/repository/ repositories] for feisty (svn 1513), gutsy (svn 1456), hardy (svn 1514)&lt;br /&gt;
| These packages are outdated as of 2 October 2008&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.debian.org/ Debian]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://dooglus.rincevent.net/synfig/repository/ repository] for sid (svn 1514)&lt;br /&gt;
| These packages are outdated as of 2 October 2008&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sysy</name></author>	</entry>

	<entry>
		<id>https://wiki.synfig.org/index.php?title=Download&amp;diff=8428</id>
		<title>Download</title>
		<link rel="alternate" type="text/html" href="https://wiki.synfig.org/index.php?title=Download&amp;diff=8428"/>
				<updated>2009-02-01T01:55:40Z</updated>
		
		<summary type="html">&lt;p&gt;Sysy: /* Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin-bottom:20px; margin-top:-10px;-moz-border-radius:10px; padding:5px; width:100%; text-align:center; border: 1px solid #a6d577; background: #F8EA85;&amp;quot;&amp;gt;We are updating the download page to have the new release available on all platforms&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
We are aware that there are lots of features missing in synfig. This software is under development and needs more polishing to become a mature program. Lots of bugs have been killed and now the stability of the program has increased considerably. There are some known issues than occasionally might make you frustrated. Despite this disclaimer there are proofs that the program is completely usable for professional work as demonstrated by some of the works in the [[Gallery]]. Please help us to make a better program in any of its aspects (artwork, translation, wiki improvement, tutorials, finding bugs, sending patches, etc.). We will embrace any of your proposals!.&lt;br /&gt;
&lt;br /&gt;
A special thanks to [http://www.bridgetone.com/ Bridgetone] for hosting our videos and early downloads!&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
Synfig 0.61.09 is the latest release from the Synfig community. Please read the [[Releases/0.61.09|release notes]] for information about what changed.&lt;br /&gt;
&lt;br /&gt;
[[#source|&amp;lt;img src=&amp;quot;http://www.reactos.org/media/pictures/2007/devpack1.png&amp;quot;/&amp;gt;]] [[#windows|&amp;lt;img src=&amp;quot;http://www.bibirmer.com/Extensions/windows_icon.png&amp;quot;&amp;gt;]] [[#macosx|&amp;lt;img src=&amp;quot;http://www.washington.edu/computing/web/images/icon-macos.gif&amp;quot;/&amp;gt;]] [[#ubuntu|&amp;lt;img src=&amp;quot;http://www.ubuntu.com/themes/ubuntu07/images/icon-ubuntu.png&amp;quot;/&amp;gt;]] [[#debian|&amp;lt;img src=&amp;quot;http://www.winehq.org/images/distro/debian.png&amp;quot;/&amp;gt;]] [[#fink|&amp;lt;img src=&amp;quot;http://upload.wikimedia.org/wikipedia/en/thumb/2/25/FinkLogo.jpg/80px-FinkLogo.jpg&amp;quot;/&amp;gt;]] [[#zenwalk|&amp;lt;img src=&amp;quot;http://wiki.zenwalk.org/images/thumb/d/dd/CommunityPortal.png/50px-CommunityPortal.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#gentoo|&amp;lt;img src=&amp;quot;http://fillets.sourceforge.net/img/logo/gentoo.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#arch|&amp;lt;img src=&amp;quot;http://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Archlinux_logo.svg/48px-Archlinux_logo.svg.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#pardus|&amp;lt;img src=&amp;quot;http://www.acikbilgi.com/wp-content/pardus.jpg&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#freebsd|&amp;lt;img src=&amp;quot;http://albumshaper.sourceforge.net/images/supportedSystems/freebsd.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#opensuse|&amp;lt;img src=&amp;quot;http://files.opensuse.org/opensuse/en/2/22/Geeko_head_simple.png&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#slackware|&amp;lt;img src=&amp;quot;http://www.slackware.com/~msimons/slackware/grfx/shared/slackweb.jpg&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#fedora|&amp;lt;img src=&amp;quot;https://www.inteco.es/extfrontinteco/osi/actualizacionesSW/SO/fedora_peq.png&lt;br /&gt;
&amp;quot;/&amp;gt;]]&lt;br /&gt;
[[#mandriva|&amp;lt;img src=&amp;quot;http://www.mandriva.com/archives/var/mdk/storage/images/media/images/star_on_transparent_background/261440-3-eng-US/star_on_transparent_background.png&amp;quot;&amp;gt;]]&lt;br /&gt;
[[#momonga|&amp;lt;img src=&amp;quot;http://www.momonga-linux.org/img/momo_banner.png&amp;quot;&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=== Licence ===&lt;br /&gt;
&lt;br /&gt;
ETL, synfig and synfigstudio are [[License|licensed]] under the GNU General Public Licence, version 2 or later.&lt;br /&gt;
&lt;br /&gt;
=== Issues ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;macosx_issues&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
'''MacOS X''': '''''Taken offline''''', please see bug [http://sf.net/support/tracker.php?aid=1686495 1686495]. Patches and volunteers to create new packages are welcome. Until someone volunteers, you can [[Building_On_Mac_OS_X|build it yourself]] or install via [[#fink|fink]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;windows_issues&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
'''Windows''': There are [[Security|'''security issues''']] with the dv, imagemagick and ffmpeg targets, please avoid using them to import or render untrusted files.&lt;br /&gt;
&lt;br /&gt;
'''Windows''': Rendering issues may be encountered on Hyperthreaded or multi-core CPUs.  Please see the FAQ for [[FAQ#Can_I_do_anything_to_improve_the_stability_of_the_Windows_version_of_Synfig.3F|workaround details]].&lt;br /&gt;
&lt;br /&gt;
=== Releases ===&lt;br /&gt;
&lt;br /&gt;
If you know of any other packages, please add them below or [[Contact|contact]] us and ask for them to be added here.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Type&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Links&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;source&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[Source code]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://sf.net/project/showfiles.php?group_id=144022&amp;amp;package_id=198849 ETL]  [http://sf.net/project/showfiles.php?group_id=144022&amp;amp;package_id=158279 synfig] [http://sf.net/project/showfiles.php?group_id=144022&amp;amp;package_id=198850 synfigstudio]&lt;br /&gt;
| Please read the [[Build_instructions|build instructions]].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;windows&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.microsoft.com/windows/ Windows XP &amp;amp; Vista]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://downloads.sourceforge.net/gladewin32/gtk-2.10.11-win32-1.exe gtk] [http://ftp.gnome.org/pub/gnome/binaries/win32/gtkmm/2.10/gtkmm-win32-runtime-2.10.11-1.exe gtkmm] &lt;br /&gt;
[http://downloads.sourceforge.net/synfig/synfig-0.61.09.exe synfig] [http://downloads.sourceforge.net/synfig/synfigstudio-0.61.09.exe synfigstudio]&lt;br /&gt;
| Has '''''[[#windows_issues|important issues]]'''''. All four are '''''required''''', see the [http://uk.youtube.com/watch?v=mrDqiRI7fwk install walkthrough video].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;macosx&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.apple.com/macosx/ MacOS X]&lt;br /&gt;
|&lt;br /&gt;
| '''''Taken offline''''', has [[#macosx_issues|major issues]]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;ubuntu&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.ubuntu.com/ Ubuntu]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.ubuntu.com/src:etl etl] [http://packages.ubuntu.com/src:synfig synfig] [http://packages.ubuntu.com/src:synfigstudio synfigstudio]&lt;br /&gt;
| Available in Ubuntu 7.04 (Feisty Fawn) and later in universe.  For information on Synfig on Ubuntu 8.10 Intrepid Ibex see [http://synfig.org/forums/viewtopic.php?f=13&amp;amp;t=277 this link].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;debian&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.debian.org/ Debian]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.debian.org/src:etl etl] [http://packages.debian.org/src:synfig synfig]  [http://packages.debian.org/src:synfigstudio synfigstudio]&lt;br /&gt;
| Available in Debian 5.0 (lenny) and later in main&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;fink&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.finkproject.org/ Fink]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://pdb.finkproject.org/pdb/package.php/etl etl] [http://pdb.finkproject.org/pdb/package.php/synfig synfig] [http://pdb.finkproject.org/pdb/package.php/synfigstudio synfigstudio]&lt;br /&gt;
| Available in Fink unstable&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;momonga&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.momonga-linux.org/ Momonga]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://sophie.zarb.org/rpmfind?distrib=Momonga&amp;amp;version=&amp;amp;arch=&amp;amp;search=etl&amp;amp;st=rpmname etl] [http://sophie.zarb.org/rpmfind?distrib=Momonga&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfig&amp;amp;st=rpmname synfig] [http://sophie.zarb.org/rpmfind?distrib=Momonga&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfigstudio&amp;amp;st=rpmname synfigstudio]&lt;br /&gt;
| Available in Momonga Linux 5 and later&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;zenwalk&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.zenwalk.org/ Zenwalk]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.zenwalk.org/?q=ETL&amp;amp;zversion=all etl] [http://packages.zenwalk.org/?q=synfig-core&amp;amp;zversion=all synfig] [http://packages.zenwalk.org/?q=synfig-studio&amp;amp;zversion=all synfigstudio]&lt;br /&gt;
| Available in Zenwalk extras&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;gentoo&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.gentoo.org Gentoo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://bugs.gentoo.org/show_bug.cgi?id=111277 etl] [http://bugs.gentoo.org/show_bug.cgi?id=111278 synfig] [http://bugs.gentoo.org/show_bug.cgi?id=111279 synfigstudio]&lt;br /&gt;
| Available in Gentoo [http://www.gentoo.org/proj/en/sunrise/ Project Sunrise]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;arch&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.archlinux.org/ Arch Linux]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|  [http://aur.archlinux.org/packages.php?K=VoriaETL etl] [http://aur.archlinux.org/packages.php?K=synfig synfig synfigstudio]&lt;br /&gt;
|Available in Arch Linux unsupported&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;pardus&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.pardus.org.tr/eng/ Pardus]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packages.pardus.org.tr/contrib/source/etl.html etl] [http://packages.pardus.org.tr/contrib/source/synfig.html synfig] [http://packages.pardus.org.tr/contrib/source/synfigstudio.html synfigstudio]&lt;br /&gt;
| Available in Pardus contrib&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;freebsd&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.freebsd.org/ FreeBSD]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.freebsd.org/cgi/url.cgi?ports/devel/etl/pkg-descr etl] [http://www.freebsd.org/cgi/url.cgi?ports/devel/synfig/pkg-descr synfig] [http://www.freebsd.org/cgi/url.cgi?ports/graphics/synfigstudio/pkg-descr synfigstudio]&lt;br /&gt;
| Available in FreeBSD ports&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;mandriva&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.mandriva.com/ Mandriva]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://sophie.zarb.org/rpmfind?distrib=Mandriva&amp;amp;version=&amp;amp;arch=&amp;amp;search=etl&amp;amp;st=rpmname etl] [http://sophie.zarb.org/rpmfind?distrib=Mandriva&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfig&amp;amp;st=rpmname synfig] [http://sophie.zarb.org/rpmfind?distrib=Mandriva&amp;amp;version=&amp;amp;arch=&amp;amp;search=synfigstudio&amp;amp;st=rpmname synfigstudio]&lt;br /&gt;
| Available in Mandriva [http://wiki.mandriva.com/en/Policies/SoftwareMedia#.2Fcontrib.2Fbackports /contrib/backports]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;opensuse&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.opensuse.org openSUSE]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://packman.links2linux.de/package/etl etl] [http://packman.links2linux.de/package/synfig synfig] [http://packman.links2linux.de/package/synfigstudio synfigstudio]&lt;br /&gt;
| Available in [http://packman.links2linux.de/ PackMan]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;slackware&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://www.slackware.com/ Slackware]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://slacky.eu/?searchword=synfig&amp;amp;option=com_search&amp;amp;Itemid=5 etl synfig synfigstudio]&lt;br /&gt;
| Available in [http://slacky.eu/ Slacky.eu]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;fedora&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://fedoraproject.org/ Fedora]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [https://bugzilla.redhat.com/428567 etl] [https://bugzilla.redhat.com/428568 synfig] [https://bugzilla.redhat.com/479527 synfigstudio]&lt;br /&gt;
| Available in [https://bugzilla.redhat.com/ Red Hat Bugzilla]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;div id=&amp;quot;pclinuxos&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[http://pclinuxos.com/ PCLinuxOS]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &amp;lt;!-- Probably not a good idea to post these links, since the URLs will change [http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/apt/pclinuxos/2007/SRPMS.extra/ETL-devel-0.04.12-1pclos2007.src.rpm etl] [http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/apt/pclinuxos/2007/SRPMS.extra/synfig-0.61.09-1pclos2007.src.rpm synfig] [http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/apt/pclinuxos/2007/SRPMS.extra/synfigstudio-0.61.09-1pclos2007.src.rpm synfigstudio] --&amp;gt;&lt;br /&gt;
| Available in the &amp;lt;tt&amp;gt;synaptic&amp;lt;/tt&amp;gt; Package Manager&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Snapshots ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Type&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Links&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [[Source code]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://synfig.org/code/ETL-svn.tar.gz etl] [http://synfig.org/code/synfig-svn.tar.gz synfig] [http://synfig.org/code/synfigstudio-svn.tar.gz synfigstudio]&lt;br /&gt;
| Please read the [[Build_instructions|build instructions]]. Automatically updated daily from SVN.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.microsoft.com/windows/ Windows XP &amp;amp; Vista]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://downloads.sourceforge.net/gladewin32/gtk-2.10.11-win32-1.exe gtk] [http://ftp.gnome.org/pub/gnome/binaries/win32/gtkmm/2.10/gtkmm-win32-runtime-2.10.11-1.exe gtkmm] [http://synfig.org/files/synfig-0.61.09-2167.exe synfig] [http://synfig.org/files/synfigstudio-0.61.09-2167.exe synfigstudio]&lt;br /&gt;
| Built occasionally by pxegeek, currently SVN 2167. Has '''''[[#windows_issues|important issues]]'''''. All four are '''''required''''', see the [http://uk.youtube.com/watch?v=mrDqiRI7fwk install walkthrough video].&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.gentoo.org Gentoo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [[Gentoo_Ebuilds#SVN_Ebuilds|etl synfig synfigstudio]]&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://fedoraproject.org/ Fedora]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Fedora 8: [http://atrus.mmaa.ru/synfig/#fc etl synfig synfigstudio]&amp;lt;br&amp;gt;&lt;br /&gt;
Fedora 7: [http://zelgadis.profusehost.net/blog/tags/download/ etl synfig synfigstudio]&lt;br /&gt;
| Built by Atrus and Zelgadis&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.ubuntu.com/ Ubuntu]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://dooglus.rincevent.net/synfig/repository/ repositories] for feisty (svn 1513), gutsy (svn 1456), hardy (svn 1514)&lt;br /&gt;
| These packages are outdated as of 2 October 2008&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://www.debian.org/ Debian]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| [http://dooglus.rincevent.net/synfig/repository/ repository] for sid (svn 1514)&lt;br /&gt;
| These packages are outdated as of 2 October 2008&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sysy</name></author>	</entry>

	</feed>