|
- Timestamp:
-
Dec 15, 2008, 11:08:17 AM (16 years ago)
- Author:
-
oliver
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
3 | 3 | = Frequently asked questions = |
4 | 4 | |
5 | | == Is there any kind of documentation. How do I start?? == |
| 5 | == Access == |
| 6 | |
| 7 | === How do I get the code ?? === |
| 8 | [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 [source:releases/GiBUU_1_0.tgz tar-ball] (~200 MB) or you can simply [source:releases/release1.0 browse it online]. See the [wiki:releaseNotes release notes] for details on the source code structure and how to compile the code. |
| 9 | |
| 10 | |
| 11 | ---- |
| 12 | |
| 13 | == Documentation == |
| 14 | === Is there any kind of documentation. How do I start?? === |
6 | 15 | |
7 | 16 | You find informations [wiki:releaseNotes here]. Additionally there is a source code documentation [http://theorie.physik.uni-giessen.de/~gibuu/Documentation/code/robo_sourcefiles.html#top here]. |
… |
… |
|
17 | 26 | We propose you try compiling the code and running it using a sample job card first. We are on the way to document the job cards more properly. If you need assistance to write your own, please [mailto:GiBUU@theo.physik.uni-giessen.de let us now]. |
18 | 27 | |
19 | | == How do I get the code ?? == |
20 | | [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 [source:releases/GiBUU_1_0.tgz tar-ball] (~200 MB) or you can simply [source:releases/release1.0 browse it online]. See the [wiki:releaseNotes release notes] for details on the source code structure and how to compile the code. |
| 28 | |
| 29 | ---- |
21 | 30 | |
22 | 31 | |
23 | | == Can I run GiBUU on a windows system ?? == |
| 32 | == Operating Systems == |
| 33 | === Can I run GiBUU on a ''Linux'' system ?? === |
| 34 | YES, of course! Our requirements are only: |
| 35 | * a modern [wiki:tools fortran compiler] |
| 36 | * [http://www.gnu.org/software/make/ make] (steers the compiling process) |
| 37 | * To generate the documentation one needs: [wiki:tools robodoc] |
| 38 | |
| 39 | === Can I run GiBUU on a ''Windows XP'' system ?? === |
24 | 40 | YES! See [wiki:windows here for a manual]. |
|