miro icon indicating copy to clipboard operation
miro copied to clipboard

Missing dependencies in build instructions

Open johnblommers opened this issue 4 years ago • 1 comments
trafficstars

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.

johnblommers avatar May 23 '21 02:05 johnblommers

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

o2sh avatar May 25 '21 01:05 o2sh