Open yukulele opened 3 years ago
These instructions are for the official releases which you can download at
https://github.com/swesterfeld/liquidsfz#releases
If you are building from git, the first line would be ./autogen.sh - however this may be a little harder so unless you know what you are doing, use a release.
Thank, I now use the official release.
running ./configure
I get this error:
checking for SNDFILE... no
configure: error: Package requirements (sndfile) were not met:
No package 'sndfile' found
First of all: if you only need the LV2 plugin, you can use the precompiled binary https://github.com/swesterfeld/liquidsfz#binary-lv2-plugin
- do I need to install sndfile?
Yes.
- how to install it?
Typically you need to install the appropriate package for your linux distribution. You need the development package, for instance on Ubuntu it is called libsndfile1-dev
.
- are there other requirements?
The other requirements (packages) are listed in the section https://github.com/swesterfeld/liquidsfz#compiling
Hi, Readme say:
but
./configure
is not in directory