Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 2, 2020
1 parent c192ead commit 6e3fa2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Examples/Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# h5fortran Example project

It's easiest to use CMake with h5fortran, since HDF5 consists of many library files and headers.
From the h5fortran/ directory, build the examples (or change to the Examples/ directory):

```sh
cmake -B Examples/build
cmake -B Examples/build -S Examples
cmake --build Examples/build
```

Expand Down

0 comments on commit 6e3fa2f

Please sign in to comment.