Rust is a breeze to install but the build dependencies are a pain to install, this guide will make it easier to get started.
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install build dependencies
sudo apt install -y build-essential pkg-config libssl-dev gcc make
This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience.
mail@thijmenheuvelink.nl - all rights reserved