htrefil / rkvm

Virtual KVM switch for Linux machines
MIT License
415 stars 51 forks source link

[Windows Support] Can't Compile, Also No Instructions #35

Closed Unhall0w3d closed 1 year ago

Unhall0w3d commented 1 year ago

It appears that Windows support was added back in 0.2.x but the ReadMe was not updated with such instructions. Attempting to compile on Windows leads to a failure compiling inotify-sys due to issues with 'libc'.

error[E0425]: cannot find value 'O_CLOEXEC' in crate 'libc'
error[E0425]: cannot find value 'O_NONBLOCK' in crate 'libc'
could not compile 'inotify-sys' due to 2 previous errors
build failed, waiting for other jobs to finish...

If Windows is supported, what is the documented steps from the Windows (Client) side?

htrefil commented 1 year ago

Sorry, Windows is not supported anymore, the client support was rudimentary anyway.