Update compilation authored by Rémy Mozul's avatar Rémy Mozul
...@@ -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
``` ```
... ...
......