-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Can't Install on MacOS #137
Comments
Sounds like an issue with your rust installation. Could you try removing the |
Unfortunately that doesn't seem to do anything. It still refuses to build with the same error. |
This appears to also be the case trying to build on windows 10 with the same error |
Could you run rustup update
rustup toolchain install stable-x86_64-pc-windows-msvc and try this again? |
it appears to be some issue with old versions of cargo |
Yep you're right, I'm getting a different error now but that's something unrelated |
Make sure to follow the guide in the readme. Particularly the part about adding the gtk directory to $PATH |
Not sure if related but this helped me, and updating rust
which will output this... and you should do it
|
lan-mouse refuses to build on MacOS (Monterey, 12.6). Prebuilt binaries work fine, but using
cargo install lan-mouse
fails. This also happens when building the repository. Below is the error:Installing does not fail on Arch.
The text was updated successfully, but these errors were encountered: