From 6e3fa2fbd0755306ff1736faef9278191a104dd9 Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Sun, 2 Aug 2020 12:49:05 -0400 Subject: [PATCH] doc --- Examples/Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples/Readme.md b/Examples/Readme.md index df1f4413..05e0e620 100644 --- a/Examples/Readme.md +++ b/Examples/Readme.md @@ -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 ```