Building on Windows Cygwin
We tested building on Windows via the Cygwin64 environment.
Please note that the Visual Studio compiler is not supported due to missing OpenMP 3.x capabilities.
We consider building on Windows experimental due to unexplained freezing of multi-threaded workloads if started from ImageJ (running directly within the command line does not show this behavior).
Prerequisites
Download and install Cygwin64. Please consider our Readme file for a list of required packages.
Using the superbuild script
We provide fully automated scripts that installs MISA++ Core, the modules we provide, and all necessary dependencies.
- Download or clone the MISA++ Utils repository
- Open an Cygwin shell and navigate into the
windows-builds/cygwin
folder - Run
./build.sh
- Run
./package.sh
We cannot guarantee that all URLs within the build scripts stay valid forever. If a download fails, replace the URL in the affected build script.