mirror of https://github.com/wayvr-org/wayvr.git
Updated Building from Source (markdown)
parent
ddd076c224
commit
e64e6c8360
|
|
@ -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`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue