mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 11:34:13 +02:00
Add readme stub to H5 Writer
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user