-
Notifications
You must be signed in to change notification settings - Fork 7
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
Figure out how to build on Windows #4
Comments
In my case solved by switching to Ubuntu instead using 2nd PC with qemu software. Whoops, forgot to say |
Nah, ubuntu working is kinda shitty actually. |
Hm. It's little bit confusing. |
Ok I've had a look into it and I didn't even got close to getting it to work... How did you install the Windows-equivalent of |
As I saw in Linux case it is adding header files in /usr/include (kind of) |
vcpkg and chocolatey doesn’t have libvirt-dev package |
That’s not gonna work, the .h.in files are header files that need some preprocessing. Building libvirt will produce the actual header and library files. There is a guide on how to compile it from source on Windows, but that requires even more other dependencies and ugh ... I’ll have a look into it tomorrow. |
Oh |
Ok I got it working with WSL. It's not 100% native Windows but it's way easier than anything else. Another easy workaround would be to use Docker. |
Yeah, thought about building in wsl. |
@leonrinkel After some random clicks make it work. Oh that's feel. UI not laggin, switch between windows are so easy :) |
Guys I have installed QEMU on windows and now planning to try this package via WSL on the same system. can you guide me on how to do that? Is it even possible or not? I have tried installing libvirt on WSL but not able to run its service ( Please suggest how to proceed further. |
Hi,
Tested xml thing. I guess it is works as expected.
I think i can create domain autostart method.
Also added setVcpu method to domain builder, i'm collecting PR request
By the way i'm looking for building and running package on windows but can't get how to link libvirt package to node-gyp :(
Tested VNC configuration. Fuck wow, it is actually simpliest and most usefull solution to manage VMs with typescript. vmngr/libvirt already better than any of existing bindings lmao
Originally posted by @libvirtadept in https://github.com/vmngr/libvirt/pull/3#issuecomment-558607434
The text was updated successfully, but these errors were encountered: