| 36 | 1. Download [http://www.cygwin.com/ cygwin] |
| 37 | 2. Setup cygwin. In the package selection choose additionally: |
| 38 | * devel/gcc4-fortran |
| 39 | * devel/make |
| 40 | * utils/which |
| 41 | * utils/bzip2 |
| 42 | 3. After the installation finished, start cygwin. |
| 43 | 4. Go to the GiBUU directory |
| 44 | * If you downloaded the tar ball, change to the download directory (e.g. |
| 45 | {{{ |
| 46 | cd /cygdrive/c/work |
| 47 | }}} |
| 48 | Now unpack the tar-ball |
| 49 | {{{ |
| 50 | tar xzf tarballName.tgz |
| 51 | }}} |
| 52 | * If you used svn to get the code, then simply "cd" to the code directory, e.g. |
| 53 | {{{ |
| 54 | cd /cygdrive/c/GiBUU |
| 55 | }}} |
| 56 | 5. Go to workingCode and type |
| 57 | {{{ |
| 58 | make renew |
| 59 | }}} |
| 60 | and thereafter |
| 61 | {{{ |
| 62 | make |
| 63 | }}} |
| 64 | 6. After make is done, you will find the executable "main.x" in the "testRun" directory. Sample jobcards are available in testRun/jobCards, cf. also [wiki:FAQ our FAQ page] for more informations. |