Update the code building steps in README.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
bcf7495e0e
commit
f0594b0b06
@ -68,13 +68,13 @@ Compilation
|
|||||||
1. Clone the AMUN source code: `git clone https://bitbucket.org/amunteam/amun-code.git`,
|
1. Clone the AMUN source code: `git clone https://bitbucket.org/amunteam/amun-code.git`,
|
||||||
or unpack the archive downloaded from page
|
or unpack the archive downloaded from page
|
||||||
[Downloads](https://bitbucket.org/amunteam/amun-code/downloads/).
|
[Downloads](https://bitbucket.org/amunteam/amun-code/downloads/).
|
||||||
2. Go to directory **hosts/** and copy file **default** to a new file named
|
2. Go to directory **build/hosts/** and copy file **default** to a new file named
|
||||||
exactly as your host name (name returned by command `hostname`).
|
exactly as your host name (name returned by command `hostname`).
|
||||||
3. Customize your compiler and compilation options in your new host file.
|
3. Customize your compiler and compilation options in your new host file.
|
||||||
4. Go to directory **src/** and copy file **make.default** to **make.config**.
|
4. Go up to directory **build/** and copy file **make.default** to **make.config**.
|
||||||
5. Customize compilation time options in **make.config**.
|
5. Customize compilation time options in **make.config**.
|
||||||
6. Compile sources by typing `make` in directory **src/**. The executable file
|
6. Compile sources by typing `make` in directory **build/**. The executable file
|
||||||
**amun.x** should be created.
|
**amun.x** should be created there.
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user