From e0b5f96b760850fdcb3869886ac9e419d300c6ea Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Fri, 15 May 2020 14:30:33 +0200 Subject: [PATCH] update readme --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 40e4fe5..320d542 100644 --- a/Readme.md +++ b/Readme.md @@ -202,6 +202,12 @@ java -Djava.library.path=./lib/linux64 -Xmx3048m -jar ij.jar The `Xmx` setting is quite random it depends on how big hdf5 files you are planning to open. +## Windows + +As the provided zip currently does not provide the Windows binaries for HDF5, the simplest way +to get things working is to install HDFView (https://www.hdfgroup.org/downloads/hdfview/) and +then opening ImageJ. + # Development