ssj71 / infamousPlugins

LV2 Audio Plugins for Linux
http://ssj71.github.io/infamousPlugins
GNU General Public License v2.0
88 stars 12 forks source link

fix LIBDIR install #3

Closed ycollet closed 9 years ago

ycollet commented 9 years ago

Fix the installation under some distribution. Under fedora, we need to install LV2 plugins under /usr/lib64/lv2. Add a LIBDIR variable in cmake. Example of use: mkdir build cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=lib64 .. make sudo make install

ssj71 commented 9 years ago

THANK YOU!!!