vst-bridge
vst-bridge copied to clipboard
How to build?
I cannot find any info on how to build this, configure does not do anything an throws no error(or anything else) either. Make fails mentioning magic.h not found.
Where do I find some clues on dependencies etc?
apt-get install libmagic-dev libmagic1 libxcomposite-dev libx11-dev
das gilt nur für vst-bridge und vst-bridge-plugin-tpl.so - wie ich soeben festgestellt habe benötigt man jedoch auch noch zwei windows-executables, die per crosscompiling über winegcc/wineg++ erstellt werden müssen, wozu noch weitere abhängigkeiten erfüllt sein müssen. ich bin gerade dran und werde hier morgen nochmal ne detaillierte anleitung posten, wie der vst-bridge-maker installiert werden kann. ganz schön tricky bzw. zumindest extrem nervig sich da von einer fehlenden abhängigkeit zur anderen während des compile-vorgangs durchzuhangeln.
nichts für menschen die einfach nur mucke machen wollen - aber ich hoffe meine anleitung wird das ändern, so dass windows und mac os engültig obsolet sind!
oder wofür braucht man den mist noch, wenn es BitWig gibt und man alle seine VSTs auf Linux zum laufen bekommt? ;)
forget it.... ;) install airwave! https://github.com/phantom-code/airwave wasted hours on compiling that sources and messed up my whole system by installing one dependency after the other.
would be nice if the developer puts this suggestion into the description of this projects index-page, so other people won't loose time and energy on this...
I have libx11-dev installed (I know this for sure cause I am compiling my own code using it), but when compiling vst-bridge I still get this error:
/usr/bin/ld: cannot find -lX11
collect2: error: ld returned 1 exit status
winegcc: g++ failed
Makefile:8: recipe for target 'vst-bridge-host-32.exe' failed
Any suggestion? Thank you.
you need lib32-x11-dev