Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library including its C++ API and header files.
2. MACOSX
Using MacOSX and Homebrew (http://brew.sh) the following command can be used
to install the HDF5 library dependencies and headers:
$ brew install homebrew/science/hdf5 --enable-cxx
$ brew install homebrew/core/hdf5 --enable-cxx

3. WINDOWS
The h5 package already ships with the compiled version of the HDF library
Expand All @@ -32,4 +32,4 @@ library including its C++ API and header files.
are located at https://github.com/mannau/h5-libwin and are downloaded during
the installation process by the configure.win script.