An LV2 toy
To build libxputty cross compiled on Linux for MSWindows the easiest way is to use
to set up the needed dependencies to build for MSWindows.
Install wine and the mingw g++ and gcc compiler packages (w64-x86-64, w64-i686)
from your distribution repository
and then clone the PawPaw repository
git clone https://github.com/DISTRHO/PawPaw
and build the windows build environment.
cd PawPaw
./bootstrap-plugins.sh win64
That may take a while. You only need to do that once st all.
When done, go to the top Directory of Xmonk.lv2
and run
./libxputty/build.sh windows
that's it.