Difference between revisions of "Dev:Build Instructions"
From Synfig Studio :: Documentation
(Initial build instructions) |
(added required libraries.) |
||
Line 15: | Line 15: | ||
= synfig-core = | = synfig-core = | ||
+ | Requires the libraries | ||
+ | * libxml++ | ||
+ | * libsigc++ | ||
+ | |||
# svn co http://svn.voria.com/code/synfig-core/trunk/ synfig-core | # svn co http://svn.voria.com/code/synfig-core/trunk/ synfig-core | ||
# ./bootstrap | # ./bootstrap | ||
Line 22: | Line 26: | ||
= synfig-studio = | = synfig-studio = | ||
+ | Requires the library: | ||
+ | * gtkmm >= 2.4 | ||
+ | |||
# svn co http://svn.voria.com/code/synfig-studio/trunk/ synfig-studio | # svn co http://svn.voria.com/code/synfig-studio/trunk/ synfig-studio | ||
# ./bootstrap | # ./bootstrap |
Revision as of 02:20, 30 December 2005
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:
- http://svn.voria.com/code/synfig-core/
- http://svn.voria.com/code/synfig-studio/
- http://svn.voria.com/code/ETL/
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