From 0127e485e8a52e89b2a6132987cd1026199a5565 Mon Sep 17 00:00:00 2001 From: JPSxzy8 <147696419+JPSxzy8@users.noreply.github.com> Date: Mon, 27 May 2024 11:36:14 +0200 Subject: [PATCH] README: Add missing build dependencies Fixes https://github.com/pop-os/cosmic-epoch/issues/285 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9964e9..131cb7b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Note: `libfontconfig`, `libfreetype`, and `lld` are packages specific to Linux d The required ones can be installed with: ``` -sudo apt install just rustc libglvnd-dev libwayland-dev libseat-dev libxkbcommon-dev libinput-dev udev dbus libdbus-1-dev libpam0g-dev -y +sudo apt install just rustc libglvnd-dev libwayland-dev libseat-dev libxkbcommon-dev libinput-dev udev dbus libdbus-1-dev libpam0g-dev libpixman-1-dev libssl-dev libflatpak-dev -y ``` and the optional ones with: @@ -78,7 +78,7 @@ sudo apt install libsystemd-dev libpulse-dev pop-launcher libexpat1-dev libfontc They can be installed all at once with: ``` -sudo apt install just rustc libglvnd-dev libwayland-dev libseat-dev libxkbcommon-dev libinput-dev udev dbus libdbus-1-dev libsystemd-dev libpulse-dev pop-launcher libexpat1-dev libfontconfig-dev libfreetype-dev mold cargo libgbm-dev libclang-dev libpipewire-0.3-dev libpam0g-dev -y +sudo apt install just rustc libglvnd-dev libwayland-dev libseat-dev libxkbcommon-dev libinput-dev udev dbus libdbus-1-dev libsystemd-dev libpixman-1-dev libssl-dev libflatpak-dev libpulse-dev pop-launcher libexpat1-dev libfontconfig-dev libfreetype-dev mold cargo libgbm-dev libclang-dev libpipewire-0.3-dev libpam0g-dev -y ``` ### Testing