expertanalytics / lv2-plugins

Plugins for signal processing, using LV2
1 stars 1 forks source link

Cmake build #16

Closed ghost closed 4 years ago

ghost commented 4 years ago

Can build and install using CMake. in the root folder, do (for example):

mkdir build; cd build
cmake ..
make
<sudo> make install

The compiled library will then be installed where you set your LV2_PATH, or it defaults to /usr/local/lib.

vgeck commented 4 years ago

we need version numbers in each plugin folder

ghost commented 4 years ago

Build works on mac