These are generic notes about nufraw compilation for windows under MSYS2 compiler

Currently (v0.33) the windows version is tested only as standalone program 
(no Gimp plugin and batch mode)


TO install MSYS2 go to https://www.msys2.org/
Any additional package can be added using "pacman" command under MSYS shell
Note that 
The configure command supposed your installation of MSYS is is C:\\msys64


To compile nufraw under MSYS-32bit shell:
$ ./autogen.sh
  
$ ./configure --enable-contrast --with-dosprefix=C:\\msys64\\mingw32
$ make CXXFLAGS="-fpermissive -fopenmp -Wl,-subsystem,windows"
Now you can test compilation running 
$ ./nufraw
To build windows installer simply run
$ make windows-installer
Now you can double-click on nufraw-X.XX-setup.exe and install it

