|
|
Solfege /
Bzr
Get the latest devel snapshot of solfegeCreate a shared repositoryThis step is not necessary, but it will speed up things for you if you create more than one branch, as this will make you download each revision only once. A shared repository is just a directory with a bzr init-repo solfege.repo Create a branchThen, inside bzr branch http://www.solfege.org/bzr/solfege.dev solfege to create a branch. This will create a branch and store it in a directory named Then to build: cd solfege.dev ./autogen.sh make If you don't have all the dependencies to build the documentation, it is ok to drop the "make" step, and run the following instead: make src/languages.py make graphics/solfege.png If the last line fails because you don't have To check for updates, run: bzr pull http://www.solfege.org/bzr/solfege.dev from inside your branch, assuming it was the Which branches exists?The main development branch is http://www.solfege.org/bzr/solfege.dev and the current stable branch is http://www.solfege.org/bzr/3.14. Visit http://www.solfege.org/bzr with a web browser to see other branches. Old development branches, that will never be worked more on, are stored in http://www.solfege.org/bzr/old/. The http://www.solfege.org/bzr/merged/ directory contain branches that has been merged. |