-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issue when trying to install i3wsr #18
Comments
Hi, that's unfortunate. It's unclear to me why it would fail but if I was to hazard a guess I'd say you're missing some dependency on your system. What distro are you running? What version of rust are you using? Are you using rustup to install the rust compiler, and if so are you using stable or nightly? |
I'm using i3 installed on popOS, and I ran "curl https://sh.rustup.rs -sSf | sh" to install what I assumed to be both cargo and rustup. |
I was able to reproduce and fix on a clean ubuntu VM by installing: sudo apt-get install libxcb1-dev I'll add a note to readme if this works for you |
Seems to have worked like a charm! Thank you! |
I get this error when running 'cargo install i3wsr':
The text was updated successfully, but these errors were encountered: