brummer10 / Xmonk.lv2

An LV2 toy
Other
6 stars 3 forks source link

Xmonk.lv2

An LV2 toy

xmonk

Features

Dependencys

Build for Linux

Build for MSWindows

To build libxputty cross compiled on Linux for MSWindows the easiest way is to use

PawPaw

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.