We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Miro requires the following dependencies be installed before it can be built:
sudo apt install libx11-xcb-dev libxcb-shape0-dev \ libxcb-xfixes0-dev libxcb-xkb-dev \ libxcb-keysyms1-dev libxcb-icccm4-dev \ libxkbcommon-x11-dev
And while it should be obvious Rust itself needs be installed:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
To ensure that Rust is up to date, along with other packages, consider running topgrade daily by hand.
The text was updated successfully, but these errors were encountered:
add get-deps file, #10
72a0c7a
update Readme with get-deps instructions, #10
730d21b
Sorry for your trouble @johnblommers, I added a get-deps script along with a more detailed "Installation" section in the Readme.md.
get-deps
Readme.md
Sorry, something went wrong.
No branches or pull requests
Miro requires the following dependencies be installed before it can be built:
And while it should be obvious Rust itself needs be installed:
To ensure that Rust is up to date, along with other packages, consider running topgrade daily by hand.
The text was updated successfully, but these errors were encountered: