csound / plugins

Repository for Csound plugins which were originally in the main repository, and for new plugins as well.
GNU Lesser General Public License v2.1
11 stars 11 forks source link

no way to configure csound path #8

Closed anton-k closed 2 years ago

anton-k commented 2 years ago

if csound is not installed in the expected directory there is no way to configure that path. It's mentioned in the DOCs that there are flags for that but they did not work.

vlazzarini commented 2 years ago

There is a way: the CMakeLists.txt script installs to

''' ${CMAKE_INSTALL_PREFIX}/lib/csound/plugins64-6.0 '''

or if -DLIB64=1 is used

''' ${CMAKE_INSTALL_PREFIX}/lib/csound/plugins64-6.0 '''

So make sure the CMAKE_INSTALL_PREFIX is set to where you want it to be.