Update compilation authored by Rémy Mozul's avatar Rémy Mozul
...@@ -112,7 +112,7 @@ and build lmgc90 by issuing the following commands: ...@@ -112,7 +112,7 @@ and build lmgc90 by issuing the following commands:
cd build cd build
cmake .. -DVENV_PATH=%CONDA_PREFIX% -G "MinGW Makefiles" -DBUILD_rTree_BINDING=OFF cmake .. -DVENV_PATH=%CONDA_PREFIX% -G "MinGW Makefiles" -DBUILD_rTree_BINDING=OFF
mingw32-make install mingw32-make install
..\conda\finalize_conda_env.bat ..\finalize_conda_env.bat
``` ```
If you made any mistake, it is recommended to close the prompt, to If you made any mistake, it is recommended to close the prompt, to
... ...
......