From 6abb5c1cbd169d82c0959b061883c3c259944e81 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:20:36 +0000 Subject: [PATCH] Updated Building from Source (markdown) --- Building-from-Source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Building-from-Source.md b/Building-from-Source.md index d91a413..2673c6d 100644 --- a/Building-from-Source.md +++ b/Building-from-Source.md @@ -5,6 +5,8 @@ Help extend this wiki by providing packages for additional distros! ## Base dependencies Using [Rustup](https://rustup.rs/) is recommended. +Ensure `rustc` is up to date: `rustup update stable` + These are required in all cases: - Arch: `base-devel cmake libxkbcommon fontconfig dbus alsa-lib python3` - Ubuntu: `build-essential pkg-config cmake libstdc++-12-dev libxkbcommon-dev fontconfig libfontconfig-dev libdbus-1-dev libasound2-dev python3`