Skip to content

Commit 11516e4

Browse files
committed
doc
1 parent 845aa03 commit 11516e4

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

Install.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ The library `libh5fortran` is built, link it into your program as usual along wi
2020
Build and self-test via:
2121

2222
```sh
23-
cmake --preset=ninja
24-
cmake --build build
23+
cmake --preset default
24+
cmake --build --preset default
25+
26+
# optional self-test
27+
ctest --preset default
2528
```
2629

2730
(optional) to install to a directory like ~/h5fortran:
@@ -31,13 +34,6 @@ cmake -B build -DCMAKE_INSTALL_PREFIX=~/h5fortran
3134
cmake --install build
3235
```
3336

34-
(optional) to run self-tests, after building:
35-
36-
```sh
37-
cd build
38-
ctest
39-
```
40-
4137
### use h5fortran from your project
4238

4339
```sh
@@ -57,7 +53,7 @@ if(NOT h5fortran_FOUND)
5753
5854
FetchContent_Declare(H5FORTRAN
5955
GIT_REPOSITORY https://github.com/geospace-code/h5fortran.git
60-
GIT_TAG v3.6.5)
56+
GIT_TAG v3.6.6)
6157
FetchContent_MakeAvailable(H5FORTRAN)
6258
endif()
6359

0 commit comments

Comments
 (0)