From 0dda89f0dedef37e3d65b6bf9e364efcb50a7794 Mon Sep 17 00:00:00 2001 From: "Herbert J. Bernstein" Date: Thu, 1 Oct 2020 16:18:53 -0400 Subject: [PATCH] Add info for NSIS installer to README.md -- HJB --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index bb8044d..16f563b 100644 --- a/README.md +++ b/README.md @@ -168,3 +168,31 @@ features, but requires that the WSL2 Ubuntu subsystem have been installed first, making installation on older Windows 10 systems problematic. The MSYS2 version has more limited feature support, but allows to creation of an NSIS installer that can be used to install the eiger2cbf program as eiger2cbf.bat, but not of the plugins. + + +Using the Windows-10 release kit +================================ + +You only should need the exe in the release downloads. That exe is a NSIS installer +that will install a folder with the necessary files in a folder you select and a file named + +** eiger2cbf.bat ** + +in C:\Windows and define an environment variable to find the folder you selected. You +should not need to add anything new to your path + +Since C:\Windows is in the default path for command windows (cmd), you should be able to +run it in any command window. + +If you just run + +** eiger2cbf.bat ** + +you should get the help message. + +If you have an hdf5 master file, say, c:\myfiles\mydata_master.h5 and want +the cbfs of frames 37 through 48, then + +** eiger2cbf.bat c:\myfiles\mydata_master.h5 37:48 mycbfs_ ** + +should give you those cbfs.