Skip to content

Commit b999d1e

Browse files
author
mase5
committed
Update README.md to install HDF5 for Windows.
1 parent a96f277 commit b999d1e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ data from .loom files.
55
## Requirements
66
- HDF5 >= 1.10.1
77

8-
Version 1.10.1 can be installed with this snippet:
8+
For **Linux** and **MacOS** machines, version 1.10.1 can be installed with this snippet:
99
```
10-
wget https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.10.1.tar
10+
curl -O https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1.tar
1111
cd hdf5-1.10.1
1212
./configure
1313
make -j4
1414
make check
1515
make install
1616
```
17+
To install HDF5 on a **Windows** machine, please use the prebuilt binaries available at https://www.hdfgroup.org/downloads/hdf5/.
18+
19+
20+
For other HDF5 releases, please visit https://support.hdfgroup.org/ftp/HDF5/releases/.
1721

1822
## Installation
1923

0 commit comments

Comments
 (0)