Changes between Version 1 and Version 2 of download
- Timestamp:
- May 17, 2009, 10:53:58 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v1 v2 7 7 If you have applied for a license and are granted svn access, you can do the following the check out the code from our svn repository: 8 8 9 1) check out the current code 9 1. Create a new directory for GiBUU and change to that directory: 10 10 11 11 {{{ 12 svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/workingCode . 12 mkdir GiBUU 13 cd GiBUU 13 14 }}} 14 15 15 2) check out the input files 16 2. Check out the source code: 16 17 17 18 {{{ 18 svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/buuinput . 19 svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/workingCode ./workingCode 20 }}} 21 22 3. Check out the input files: 23 24 {{{ 25 svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/buuinput ./buuinput 19 26 }}} 20 27