File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,19 @@ data from .loom files.
5
5
## Requirements
6
6
- HDF5 >= 1.10.1
7
7
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:
9
9
```
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
11
11
cd hdf5-1.10.1
12
12
./configure
13
13
make -j4
14
14
make check
15
15
make install
16
16
```
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/ .
17
21
18
22
## Installation
19
23
You can’t perform that action at this time.
0 commit comments