abique / vst-bridge

VST bridge for Windows vst on Linux
MIT License
273 stars 19 forks source link

How to build? #15

Open zettberlin opened 8 years ago

zettberlin commented 8 years ago

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?

subversive1 commented 8 years ago

apt-get install libmagic-dev libmagic1 libxcomposite-dev libx11-dev

subversive1 commented 8 years ago

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? ;)

subversive1 commented 8 years ago

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

exebook commented 8 years ago

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.

abique commented 8 years ago

you need lib32-x11-dev