-
Notifications
You must be signed in to change notification settings - Fork 39
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
Cannot run on livebook windows #775
Comments
Hi! |
To add to @FelonEkonom 's answer, you can use WSL to run Membrane on Windows. Unfortunately, accessing the camera, microphone and speakers doesn't work through WSL. If you're using Livebook, you can try https://github.com/membraneframework-labs/membrane_kino_plugin. As for now, we don't plan to support Windows, but we are open to contributions in that regard. |
Yes, that's because the Windows toolchain doesn't support libs, which are the Bundlex way to share C code between Mix projects. I created a very basic example: https://github.com/membraneframework-labs/bundlex_simple_example that doesn't use any of the complex features - I suggest starting with that and then we'll figure out the rest ;) |
Hi,
When I try this part of the livebook on my windows machine:
I get
I have Visual Studio 2022 installed.
When I look in the failing code in bundlex, it seems to me that it looks for the Visual Studio Directory at
C:\Program Files (x86)\Microsoft Visual Studio
, which is a directory that exists on my Machine. Then it looks into theVC
sub-directory and needs thevcvarsall.bat
script.On my Machine this script is located at
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build
.Is my installation if Visual Studio wrong? Do I need to install something else or how can I fix this?
Thanks!
The text was updated successfully, but these errors were encountered: