From 156e9ac59edc4fc817da8b72d06d0b7c7c415774 Mon Sep 17 00:00:00 2001 From: Qasim Khan <49075348+User8395@users.noreply.github.com> Date: Fri, 3 Mar 2023 10:36:40 +0500 Subject: [PATCH] Update README.md again --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 262934b..010e9ec 100644 --- a/README.md +++ b/README.md @@ -25,24 +25,26 @@ The COSMIC desktop environment requires a few dependencies: - [just](https://github.com/casey/just) - rustc -- libwayland-dev +- libwayland - mesa (or third-party libEGL/libGL implementations, though interfacing with mesa's libglvnd is generally recommended). -- libseat-dev -- libxkbcommon-dev -- libinput-dev -- libgtk-4-1 +- libseat +- libxkbcommon +- libinput +- libgtk - udev - dbus optionally (though the build-system might currently require these libraries): -- libsystemd-dev -- libpulse-dev +- libsystem +- libpulse - pop-launcher -- libexpat1-dev -- libfontconfig-dev -- libfreetype-dev +- libexpat1 +- libfontconfig +- libfreetype - lld +Note: `libfontconfig`, `libfreetype`, and `lld` are packages specific to Linux distributions. You may need to find the equivalent version for your distribution if you are not using Pop!_OS. + The required ones can be installed with: ``` sudo apt install just rustc libglvnd-dev libwayland-dev libseat-dev libxkbcommon-dev libinput-dev libgtk-4-1 udev dbus -y