From Synfig Studio :: Documentation
|
|
(137 intermediate revisions by 21 users not shown) |
Line 1: |
Line 1: |
− | 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:
| + | <!-- Page info --> |
| + | {{Title|Build Instructions}} |
| + | {{Category|Manual}} |
| + | <!-- Page info end --> |
| | | |
− | * http://svn.voria.com/code/synfig-core/
| + | See https://synfig-docs-dev.readthedocs.io/en/latest/common/building.html |
− | * http://svn.voria.com/code/synfig-studio/
| + | |
− | * 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 is a template library, there is nothing to build really, it just needed to be installed.
| + | |
− | # svn co http://svn.voria.com/code/ETL/trunk/ ETL
| + | |
− | # ./bootstrap
| + | |
− | # ./configure
| + | |
− | # sudo make install
| + | |
− | | + | |
− | = synfig-core =
| + | |
− | Requires the libraries
| + | |
− | * libxml++
| + | |
− | * libsigc++
| + | |
− | | + | |
− | # svn co http://svn.voria.com/code/synfig-core/trunk/ synfig-core
| + | |
− | # ./bootstrap
| + | |
− | # ./configure
| + | |
− | # make
| + | |
− | # sudo make install
| + | |
− | | + | |
− | = synfig-studio =
| + | |
− | Requires the library:
| + | |
− | * gtkmm >= 2.4
| + | |
− | | + | |
− | # svn co http://svn.voria.com/code/synfig-studio/trunk/ synfig-studio
| + | |
− | # ./bootstrap
| + | |
− | # ./configure
| + | |
− | # make
| + | |
− | # sudo make install
| + | |
Latest revision as of 17:34, 12 February 2019
See https://synfig-docs-dev.readthedocs.io/en/latest/common/building.html