Changes
Page history
Update compilation
authored
Nov 25, 2020
by
Rémy Mozul
Hide whitespace changes
Inline
Side-by-side
compilation.md
View page @
f1d72f6c
...
@@ -89,7 +89,7 @@ Then move to `lmgc90_user_xxxx` folder with `cd` command
...
@@ -89,7 +89,7 @@ Then move to `lmgc90_user_xxxx` folder with `cd` command
and build lmgc90 by issuing the following commands:
and build lmgc90 by issuing the following commands:
```
cmd
```
cmd
cd build
cd build
cmake .. -DVENV_PATH=%CONDA_PREFIX% -G "MinGW Makefiles"
cmake .. -DVENV_PATH=%CONDA_PREFIX% -G "MinGW Makefiles"
-DBUILD_rTree_BINDING=OFF
mingw32-make install
mingw32-make install
..\finalize_conda_env.bat
..\finalize_conda_env.bat
```
```
...
...
...
...