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

Windows release for Kn0ck0ut V1.12 #6

Open
Atekuro95 opened this issue Aug 21, 2020 · 4 comments
Open

Windows release for Kn0ck0ut V1.12 #6

Atekuro95 opened this issue Aug 21, 2020 · 4 comments

Comments

@Atekuro95
Copy link

Kn0ck0ut LV2 looks kind of interesting, but it would be better if that new version of it would be released for windows so i can use it in audacity, because I honestly don't want to use LV2.

@jeremysalwen
Copy link
Owner

Audacity supports LV2 plugins on windows. You would just need to compile this for windows.

@amiamiginal
Copy link

how would I compile for Windows?

@jeremysalwen
Copy link
Owner

I don't know if anyone's compiled it successfully for windows. Your first step would be figuring out how to compile the lv2 and fftw libraries for windows.

@kubinka0505
Copy link

i did something with this on ubuntu back in 2021, indeed vst2 would be lifesaving

sudo apt-get install git gcc make dpkg gdebi
wget http://ftp.us.debian.org/debian/pool/main/l/lv2-c++-tools/lv2-c++-tools_1.0.5-1_amd64.deb
wget http://ftp.br.debian.org/debian/pool/main/f/fftw3/libfftw3-3_3.3.8-2_amd64.deb
wget http://ftp.us.debian.org/debian/pool/main/l/lv2core/lv2core_6.0+dfsg0-2_all.deb
sudo gdebi lv2-c++-tools_1.0.5-1_amd64.deb
#sudo gdebi libfftw3-3_3.3.8-2_amd64.deb
sudo apt-get install libfftw3-3
sudo gdebi lv2core_6.0+dfsg0-2_all.deb
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

4 participants