Improved jf-live-writer README

This commit is contained in:
2021-04-08 13:20:20 +02:00
parent f9e14cbd78
commit dfcb968e4b
+3 -1
View File
@@ -13,6 +13,8 @@ docker build -f jf-live-writer/debug.Dockerfile -t jf-live-writer .
(Running this command from the project root is mandatory as the entire project
folder needs to be part of the build context.)
# Build on your local machine
## Building
In order to build this executable you need to specify the cmake variable
```
@@ -21,7 +23,7 @@ cmake3 -DBUILD_JF_LIVE_WRITER=ON
The project will not build if you do not have installed the PHDF5 library.
Please follow instructions below on how to do that manually.
## Install PHDF5 manually
## Install PHDF5
```
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.0/src/hdf5-1.12.0.tar.gz
tar -xzf hdf5-1.12.0.tar.gz