Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggested updates to Makefile and documentation on how to compile the software #7

Open
bcrowell opened this issue Dec 11, 2022 · 1 comment

Comments

@bcrowell
Copy link

bcrowell commented Dec 11, 2022

To get this to compile on ubuntu, I had to edit the Makefile to remove the two references to lv2core.

In the docs, it might be helpful to note that the following ubuntu packages suffice: lv2-c++-tools fftw3 libfftw3-dev lv2-dev lv2proc

@kubinka0505
Copy link

Off-topic, but I compiled it using following:

clear
cd $HOME/Desktop

sudo apt-get -y install curl g++ gcc git libfftw3-3 libfftw3-dev lv2-c++-tools make mingw-w64
sudo wget https://raw.githubusercontent.com/lv2/lv2/master/lv2.pc.in -O /usr/lib/pkgconfig/lv2core.pc

git clone https://github.com/x42/lv2vst
git clone https://github.com/jeremysalwen/kn0ck0ut-LV2

cd kn0ck0ut-LV2
make
make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants