From b000ad05ef48c9bf17544a1184d63698400659e1 Mon Sep 17 00:00:00 2001 From: HELYX-OS Development Team Date: Fri, 22 Jan 2016 17:25:44 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd12948..369759a 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,20 @@ Visit [http://engys.github.io/HELYX-OS/](http://engys.github.io/HELYX-OS/) to do ### Steps to Compile 1. Make sure the Oracle based java and JDK are installed in your machine (use `java -version` and `javac --version`) and configured correctly. -2. Navigate to the HELYX-OS directory (e.g. /home/user/Engys/HELYX-OS/vX.X.X) -3. Clone the HELYX-OS git repository +2. Clone the HELYX-OS git repository in a clean folder (e.g. /home/user/git) git clone https://github.com/ENGYS/HELYX-OS -4. Compile using the command +3. Navigate to the HELYX-OS directory (e.g. /home/user/Engys/HELYX-OS/vX.X.X) +4. Move the sources in the HELYX-OS folder using the command + + cp -R /home/user/git/HELYX-OS/* . + +5. Compile using the command ant -buildfile build_src.xml -5. Run HELYX-OS with the command `./HELYX-OS.sh` +6. Run HELYX-OS with the command `./HELYX-OS.sh` ####Disclaimer None of the OPENFOAM® related products and services offered by ENGYS are approved or endorsed by OpenCFD Ltd. (ESI Group), producer of the OpenFOAM software and owner of the OPENFOAM® and OpenCFD® trade marks.