vst-bridge icon indicating copy to clipboard operation
vst-bridge copied to clipboard

How to build?

Open zettberlin opened this issue 9 years ago • 5 comments

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?

zettberlin avatar Nov 04 '15 18:11 zettberlin

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

subversive1 avatar Mar 08 '16 02:03 subversive1

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 avatar Mar 08 '16 04:03 subversive1

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

subversive1 avatar Mar 08 '16 15:03 subversive1

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.

exebook avatar Apr 02 '16 04:04 exebook

you need lib32-x11-dev

abique avatar Apr 02 '16 10:04 abique