[yoshimi] LV2 install - revisited.

  • From: Will Godfrey <willgodfrey@xxxxxxxxxxxxxxx>
  • To: yoshimi@xxxxxxxxxxxxx
  • Date: Mon, 2 Nov 2015 20:27:27 +0000

We may have a solution to this oddity (installing to obscure locations). What
would be very helpful would be for people *not* using vanilla debian to try it
out.

If you look at src/CMakeLists at or near line 527 you should see:

set(LV2_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/lv2 CACHE PATH "Specifies where the
LV2 libraries should be installed")

What I'd like you to do is comment it out so you can restore it if you need
to (put a # in front of it) then enter this one below it:

set(LV2_INSTALL_DIR lib/lv2 CACHE PATH "Specifies where the
LV2 libraries should be installed")

Remember to clear out the cmake cache before trying (unlike me) with:

make distclean

then do the usual ccmake .
make
{root}
make install

You should get yoshimi.lv2 in /usr/local/lib/lv2/
If it was already there before, you should move it.

Please let us know what results you get and which distro.

--
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Yoshimi source code is available from either:
http://sourceforge.net/projects/yoshimi
Or: https://github.com/Yoshimi/yoshimi
Our list archive is at: https://www.freelists.org/archive/yoshimi
To post, email to yoshimi@xxxxxxxxxxxxx

Other related posts:

  • » [yoshimi] LV2 install - revisited. - Will Godfrey