swesterfeld / liquidsfz

SFZ Sampler
Mozilla Public License 2.0
79 stars 12 forks source link

configure` is not in directory #25

Open yukulele opened 3 years ago

yukulele commented 3 years ago

Hi, Readme say:

To compile liquidsfz, use the usual

./configure
make
make install

but ./configure is not in directory

swesterfeld commented 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.

yukulele commented 3 years ago

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
swesterfeld commented 3 years ago

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