We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e502f commit b9ba832Copy full SHA for b9ba832
Install.md
@@ -50,6 +50,13 @@ cmake --build build
50
cmake --install build
51
```
52
53
+then to link into your existing program from the command line (if not using CMake FetchContent as is suggested):
54
+
55
+```sh
56
+gfortran -I~/lib/h5fortran/include myprogram.f90 ~/lib/h5fortran/libh5fortran.a
57
+```
58
59
60
### [optional] create distributable archive
61
62
If you wish to create a .zip archive that is usable on systems with compatible Fortran ABI:
0 commit comments