Add readme stub to H5 Writer

This commit is contained in:
2021-02-24 09:01:11 +01:00
parent b2694fb849
commit fb9ec376f6
+12
View File
@@ -0,0 +1,12 @@
# jf-live-writer
## Install PHDF5 manually
```
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.7/src/hdf5-1.10.7.tar.gz
tar -xzf hdf5-1.10.7.tar.gz
cd hdf5-1.10.7
./configure --enable-parallel
make
make install
```