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

How to build? #15

Open
zettberlin opened this issue Nov 4, 2015 · 5 comments
Open

How to build? #15

zettberlin opened this issue Nov 4, 2015 · 5 comments

Comments

@zettberlin
Copy link

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
Copy link

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

@subversive1
Copy link

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
Copy link

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
Copy link

exebook commented Apr 2, 2016

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
Copy link
Owner

abique commented Apr 2, 2016

you need lib32-x11-dev

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