From f0594b0b066fd38ee3d4bce3f3d5603b6b31534b Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Fri, 30 Mar 2018 21:38:53 -0300 Subject: [PATCH] Update the code building steps in README. Signed-off-by: Grzegorz Kowal --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b0a39a..c693bf0 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,13 @@ Compilation 1. Clone the AMUN source code: `git clone https://bitbucket.org/amunteam/amun-code.git`, or unpack the archive downloaded from page [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`). 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**. -6. Compile sources by typing `make` in directory **src/**. The executable file - **amun.x** should be created. +6. Compile sources by typing `make` in directory **build/**. The executable file + **amun.x** should be created there. Usage