Difference between revisions of "Dev:Source code"

From Synfig Studio :: Documentation
Jump to: navigation, search
(link to the outline and the glossary)
m (typo)
Line 10: Line 10:
 
   svn co http://svn.voria.com/code/synfig-core/trunk/ synfig-core
 
   svn co http://svn.voria.com/code/synfig-core/trunk/ synfig-core
  
Once you grab the code, you will need to bootstrap the build environment and the [[Build instructions|build the code]].
+
Once you grab the code, you will need to bootstrap the build environment and then [[Build instructions|build the code]].
  
 
Commit notifications are sent to [http://cia.vc/stats/project/synfig CIA] and show up in the [[Communication|IRC channel]].
 
Commit notifications are sent to [http://cia.vc/stats/project/synfig CIA] and show up in the [[Communication|IRC channel]].
  
 
At some point we may switch to [http://git.or.cz/ git]. dooglus maintains a git-svn repository of synfig and has a [http://kibi.dyndns.org:8083/~dooglus/gitweb.pl?p=synfig;a=summary gitweb interface] for it. While you are browsing the code, you may wish to refer to the [[Source Outline|source code outline]] and the [[Source Glossary|source code glossary]].
 
At some point we may switch to [http://git.or.cz/ git]. dooglus maintains a git-svn repository of synfig and has a [http://kibi.dyndns.org:8083/~dooglus/gitweb.pl?p=synfig;a=summary gitweb interface] for it. While you are browsing the code, you may wish to refer to the [[Source Outline|source code outline]] and the [[Source Glossary|source code glossary]].

Revision as of 16:50, 4 December 2007

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:

From the command line, to check out synfig-core, you would type:

 svn co http://svn.voria.com/code/synfig-core/trunk/ synfig-core

Once you grab the code, you will need to bootstrap the build environment and then build the code.

Commit notifications are sent to CIA and show up in the IRC channel.

At some point we may switch to git. dooglus maintains a git-svn repository of synfig and has a gitweb interface for it. While you are browsing the code, you may wish to refer to the source code outline and the source code glossary.