gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 1 and Version 2 of download


Ignore:
Timestamp:
May 17, 2009, 10:53:58 PM (15 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • download

    v1 v2  
    77If 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:
    88
    9 1) check out the current code
     9 1. Create a new directory for GiBUU and change to that directory:
    1010
    1111{{{
    12 svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/workingCode .
     12mkdir GiBUU
     13cd GiBUU
    1314}}}
    1415
    15 2) check out the input files
     16 2. Check out the source code:
    1617
    1718{{{
    18 svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/buuinput .
     19svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/workingCode ./workingCode
     20}}}
     21
     22 3. Check out the input files:
     23
     24{{{
     25svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/buuinput ./buuinput
    1926}}}
    2027