From dfcb968e4b5a200339dbf6d525f7566b1953abed Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 8 Apr 2021 13:20:20 +0200 Subject: [PATCH] Improved jf-live-writer README --- jf-live-writer/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jf-live-writer/README.md b/jf-live-writer/README.md index 27286b8..95e1139 100644 --- a/jf-live-writer/README.md +++ b/jf-live-writer/README.md @@ -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