Update compilation authored by Rémy Mozul's avatar Rémy Mozul
...@@ -33,6 +33,7 @@ To be able to write HDF5 file (assuming you installed the dependancies), ...@@ -33,6 +33,7 @@ To be able to write HDF5 file (assuming you installed the dependancies),
you have to compile with: you have to compile with:
```shell ```shell
cmake . -DWITH_HDF5=True cmake . -DWITH_HDF5=True
make
``` ```
If you want to re-build the documentation run: If you want to re-build the documentation run:
... ...
......