|
- Timestamp:
-
Sep 5, 2011, 10:38:41 AM (14 years ago)
- Author:
-
jweil
- Comment:
-
minor corrections to FAQ
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v22
|
v23
|
|
7 | 7 | |
8 | 8 | === How do I get the code? === |
9 | | [wiki:GiBUUDownload#Gettingfullaccess Please create your account first ] with which you can then download the source. Thereafter, the source code is available both as a [http://gibuu.physik.uni-giessen.de/GiBUU/downloads tar-ball] (~200 MB) or you can simply [source:releases browse it online]. See the [wiki:releaseNotes release notes] for details on the source code structure and how to compile the code. |
| 9 | |
| 10 | [wiki:GiBUUDownload#Gettingfullaccess Please create your account first ] with which you can then download the source. Thereafter, the source code is available as a [http://gibuu.physik.uni-giessen.de/GiBUU/downloads tar-ball] (~200 MB). See the [wiki:releaseNotes release notes] for details on the source code structure and how to compile the code. |
10 | 11 | |
11 | 12 | ---- |
… |
… |
|
13 | 14 | === Is there any kind of documentation? How do I start? === |
14 | 15 | |
15 | | You can have a look at our [wiki:releaseNotes release notes] or [http://gibuu.physik.uni-giessen.de/GiBUU/browser/releases/release1.2/README.Quickstart.txt README_Quickstart.txt]. Additional source code documentation can be found [http://gibuu.physik.uni-giessen.de/Documentation/code/robo_sourcefiles.html#top here]. |
| 16 | You can have a look at our [wiki:releaseNotes release notes] or [http://gibuu.physik.uni-giessen.de/GiBUU/browser/releases/release1.4/README.Quickstart.txt README_Quickstart.txt]. Additional source code documentation can be found [http://gibuu.physik.uni-giessen.de/Documentation/code/robo_sourcefiles.html#top here]. |
16 | 17 | |
17 | 18 | To compile the code you must have some recent fortran compiler installed (cf. [wiki:tools this page]). Simply go to the base directory and type |
… |
… |
|
25 | 26 | |
26 | 27 | {{{ |
27 | | ./main.x < jobCard |
| 28 | ./GiBUU.x < jobCard |
28 | 29 | }}} |
29 | 30 | Sample job cards are given in the directory ''testRun/jobcards'' and some documentation is given [wiki:jobCards here]. |
|