Update README.md again

This commit is contained in:
Qasim Khan
2023-03-03 10:36:40 +05:00
committed by GitHub
parent ce21deca61
commit 156e9ac59e
+12 -10
View File
@@ -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