|
- Timestamp:
-
May 19, 2009, 6:03:27 PM (16 years ago)
- Author:
-
jweil
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v17
|
v18
|
|
14 | 14 | === Is there any kind of documentation. How do I start?? === |
15 | 15 | |
16 | | You can have a look in 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.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]. |
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 do |
| 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 |
19 | 19 | |
20 | 20 | {{{ |
… |
… |
|
23 | 23 | }}} |
24 | 24 | |
| 25 | More details on the compilation process are given [wiki:compiling here]. |
25 | 26 | After successful compilation, the binary can be found in the '''testRun''' directory. To run the code, you need to prepare a job card defining necessary inputs. This job card is then used in the following way: |
26 | 27 | |
… |
… |
|
40 | 41 | === Which Operating Systems does GiBUU support? === |
41 | 42 | |
42 | | GiBUU can be compiled and run on '''Linux''', '''Windows''' or '''Mac OS X'''. The basic requirements are: |
| 43 | GiBUU can be compiled and run on '''Linux''', '''Windows''' or '''Mac OS X'''. The basic [wiki:tools requirements] are: |
43 | 44 | |
44 | | * a modern [wiki:tools Fortran compiler] |
45 | | * [http://www.gnu.org/software/make/ make] (steers the build process) |
46 | | * [http://www.xs4all.nl/~rfsber/Robo/robodoc.html robodoc] is needed to generate the documentation (optional) |
| 45 | * a modern Fortran compiler |
| 46 | * make |
| 47 | * perl or makedepf90 |
| 48 | * libbzip2 |
47 | 49 | |
48 | 50 | Other systems (like Solaris, BSD, etc) which fulfill these requirements may also work, but have not been tested. |
|