You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ The minimum requirements for building the library are:
74
74
* a C++ compiler, gcc>=4.9 should do well
75
75
* the HDF5 C library (>=1.8.13 would do but >=1.10.0 is prefered)
76
76
* cmake >= 3.10
77
-
* _either_ the boost libraries _or_ a compiler with std::filesystem or std::experimental::filesystem (and specify H5CPP_WITH_BOOST=OFF to CMake)
77
+
* _either_ a compiler with std::filesystem or std::experimental::filesystem _or_ the boost libraries (and specify H5CPP_WITH_BOOST=ON to CMake)
78
78
* [sphinx](http://www.sphinx-doc.org/en/stable/), [breathe](https://github.com/michaeljones/breathe) (with python) and [doxygen](https://www.doxygen.nl/index.html) for the documentation build
79
79
* [catch2](https://github.com/catchorg/catch2) to build the unit tests
0 commit comments