Skip to content

Commit

Permalink
Merge branch 'openmsr:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen authored Oct 9, 2023
2 parents d706de5 + 0fbb164 commit 32d6d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _replace \<name\> with an arbitrary name for your virtual environment_
2. Configure and build the code:
```bash
mkdir build;
cd build; cmake .. -DENABLE_PYMOAB=1 -DCMAKE_INSTALL_PREFIX=<name>;
cd build; cmake .. -DENABLE_PYMOAB=1 -DENABLE_HDF5=1 -DCMAKE_INSTALL_PREFIX=<name>;
make;
make install;
```
Expand Down

0 comments on commit 32d6d85

Please sign in to comment.