Difference between revisions of "Dev:Build Instructions"

From Synfig Studio :: Documentation
Jump to: navigation, search
(added required libraries.)
m (OS-specific links and such.)
Line 5: Line 5:
 
* http://svn.voria.com/code/ETL/
 
* http://svn.voria.com/code/ETL/
  
 
+
==System-Specific==
 +
The later sections of this page can be used for any system, but the following links and wiki pages offer some system-specific help:
 +
* Mac OSX
 +
* Linux
 +
** [[Gentoo Ebuilds|Gentoo]]
 +
** RedHat
 +
** Debian
 +
* Windows
 +
* Irix (SGI)
  
 
= ETL =  
 
= ETL =  

Revision as of 21:13, 24 January 2006

Hey you! Do you want access to bleeding-edge Synfig? Well, I have good news. Anonymous access to the Synfig subversion repository for Synfig is now enabled! Here are the URLs to the respective repositories:

System-Specific

The later sections of this page can be used for any system, but the following links and wiki pages offer some system-specific help:

  • Mac OSX
  • Linux
  • Windows
  • Irix (SGI)

ETL

ETL is a template library, there is nothing to build really, it just needed to be installed.

  1. svn co http://svn.voria.com/code/ETL/trunk/ ETL
  2. ./bootstrap
  3. ./configure
  4. sudo make install

synfig-core

Requires the libraries

  • libxml++
  • libsigc++
  1. svn co http://svn.voria.com/code/synfig-core/trunk/ synfig-core
  2. ./bootstrap
  3. ./configure
  4. make
  5. sudo make install

synfig-studio

Requires the library:

  • gtkmm >= 2.4
  1. svn co http://svn.voria.com/code/synfig-studio/trunk/ synfig-studio
  2. ./bootstrap
  3. ./configure
  4. make
  5. sudo make install