Version 10 (modified by 10 years ago) (diff) | ,
---|
Subversion Access
Starting with release 1.5, subversion access is the recommended method to obtain the GiBUU code. Previous releases can only be obtained as a tarball.
public svn access
- Create a new directory for GiBUU and change to that directory:
mkdir GiBUU cd GiBUU
- Check out the source code:
svn co http://gibuu.hepforge.org/svn/releases/release1.6 ./release1.6
- Check out the input files:
svn co http://gibuu.hepforge.org/svn/releases/buuinput1.6 ./buuinput
svn access for developers
If you are a developer and need help accessing the repository, please refer to this page.