Updated Building from Source (markdown)

galister 2024-07-31 09:46:03 +00:00
parent ddd076c224
commit e64e6c8360
1 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
WlxOverlay-S can be built thicker or thinner, depending on your needs. The use of Rust features allows you to tailor the build to your system. By default, everything is included. WlxOverlay-S can be built thicker or thinner, depending on your needs. WlxOverlay-S makes use of Cargo features to allow you to tailor the build to your system. By default, everything is included.
Help extend this wiki by providing packages for additional distros! Help extend this wiki by providing packages for additional distros!
@ -7,7 +7,7 @@ Using [Rustup](https://rustup.rs/) is recommended.
Ensure `rustc` is up to date: `rustup update stable` Ensure `rustc` is up to date: `rustup update stable`
These are required in all cases: he following packages are required:
- Arch: `base-devel cmake libxkbcommon fontconfig dbus alsa-lib python3` - 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` - Ubuntu: `build-essential pkg-config cmake libstdc++-12-dev libxkbcommon-dev fontconfig libfontconfig-dev libdbus-1-dev libasound2-dev python3`