Update compilation authored by Frédéric Dubois's avatar Frédéric Dubois
...@@ -15,7 +15,7 @@ You must run a set of commands from the terminal to build LMGC90 software for yo ...@@ -15,7 +15,7 @@ You must run a set of commands from the terminal to build LMGC90 software for yo
## Unix like system (linux, MacOS, WSL) ## ## Unix like system (linux, MacOS, WSL) ##
Thus open a terminal and go to your `lmgc90_user_xxx` directory. Open a terminal and go to your `lmgc90_user_xxx` directory.
Run the following commands: Run the following commands:
```shell ```shell
...@@ -70,7 +70,7 @@ export PATH=${PATH}:mysourcepath/src/addons ...@@ -70,7 +70,7 @@ export PATH=${PATH}:mysourcepath/src/addons
Open an Anaconda prompt Open an Anaconda prompt
Move to `lmgc90_user_2019` folder with `cd` command Move to `lmgc90_user_xxxx` folder with `cd` command
Then to set up an environment that will allow to Then to set up an environment that will allow to
build lmgc90, run the following command: build lmgc90, run the following command:
... ...
......