Skip to content
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

Missing dependencies in build instructions #10

Open
johnblommers opened this issue May 23, 2021 · 1 comment
Open

Missing dependencies in build instructions #10

johnblommers opened this issue May 23, 2021 · 1 comment

Comments

@johnblommers
Copy link

johnblommers commented May 23, 2021

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.

o2sh added a commit that referenced this issue May 25, 2021
@o2sh
Copy link
Owner

o2sh commented May 25, 2021

Sorry for your trouble @johnblommers, I added a get-deps script along with a more detailed "Installation" section in the Readme.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants