We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: