Update compilation authored by Rémy Mozul's avatar Rémy Mozul
...@@ -93,11 +93,11 @@ you can use a powershell script to build LMGC90 with HDF5 feature activated by d ...@@ -93,11 +93,11 @@ you can use a powershell script to build LMGC90 with HDF5 feature activated by d
This script needs to download the sources of HDF5, so make sure that This script needs to download the sources of HDF5, so make sure that
you have an active connexion to the world wide web before trying to run it. you have an active connexion to the world wide web before trying to run it.
To run the script, navigate to `lmgc90_user_xxx/conda` in your windows explore, To run the script, navigate to `lmgc90_user_xxx/conda` in your windows explorer,
the right click on `build_with_hdf5.ps1` and select `execute with powershell`. then right click on `build_with_hdf5.ps1` and select `execute with powershell`.
If you cannot or would not run script, you can make a standard build by opening If you cannot or would not run script, you can make a standard build by opening
the regular Anaconda prompt and activate the *lmgc90* environment the powershell and activate the *lmgc90* environment
(or whatever the name you choose during the [dependencies installation](./win_dependencies_install#by-using-python-anaconda-environment-manager) (or whatever the name you choose during the [dependencies installation](./win_dependencies_install#by-using-python-anaconda-environment-manager)
step) with the following command: step) with the following command:
```cmd ```cmd
... ...
......