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 build? #1

Open
alexjsmac opened this issue Oct 27, 2022 · 6 comments
Open

Windows build? #1

alexjsmac opened this issue Oct 27, 2022 · 6 comments
Assignees
Labels
question Further information is requested

Comments

@alexjsmac
Copy link

Thank you for this. Very excited about it. Just wondering if there's any chance of getting a build for Windows?

@keijiro keijiro self-assigned this Oct 27, 2022
@keijiro keijiro added the question Further information is requested label Oct 27, 2022
@keijiro
Copy link
Owner

keijiro commented Oct 27, 2022

That's technically possible. I just haven't done it because I haven't installed Bitwig to any of my Windows machines...

@alexjsmac
Copy link
Author

Okay if I can figure it out I'll share the method.

@alexjsmac
Copy link
Author

alexjsmac commented Oct 29, 2022

Actually it was quite easy! Just had to do a vendored build to avoid having to install zeromq separately: cargo build --release --features vendored-zmq. And then drop the resultant .dll file directly in a plugins folder for Bitwig.

@keijiro
Copy link
Owner

keijiro commented Oct 30, 2022

Thanks for the information. I was a bit surprised because the --features vendored-zmq option didn't work for macOS. I'll try adding Windows DLL in the future updates.

@timpauli
Copy link

Hi,

cargo build --release --features vendored-zmq works as well on Linux: Pop OS 22.04

Thanks a lot

@keijiro
Copy link
Owner

keijiro commented Apr 14, 2023

@timpauli Thanks for the information. I'll try including Linux too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants