Skip to content

Commit

Permalink
Add build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Dec 27, 2023
1 parent 4fd53f7 commit 5008be2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ optionally (though the build-system might currently require these libraries):
- libgbm-dev
- libclang-dev
- libpipewire-0.3-dev
- libatk1.0-dev
- libgtk-3-dev
- build-essential
- libpam0g-dev

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.

Expand All @@ -62,12 +66,12 @@ sudo apt install just rustc libglvnd-dev libwayland-dev libseat-dev libxkbcommon

and the optional ones with:
```
sudo apt install libsystemd-dev libpulse-dev pop-launcher libexpat1-dev libfontconfig-dev libfreetype-dev lld cargo libgbm-dev libclang-dev libpipewire-0.3-dev -y
sudo apt install libsystemd-dev libpulse-dev pop-launcher libexpat1-dev libfontconfig-dev libfreetype-dev lld cargo libgbm-dev libclang-dev libpipewire-0.3-dev libatk1.0-dev libgtk-3-dev build-essential libpam0g-dev -y
```

They can be installed all at once with:
```
sudo apt install just rustc libglvnd-dev libwayland-dev libseat-dev libxkbcommon-dev libinput-dev libgtk-4-1 udev dbus libdbus-1-dev libsystemd-dev libpulse-dev pop-launcher libexpat1-dev libfontconfig-dev libfreetype-dev lld cargo libgbm-dev libclang-dev libpipewire-0.3-dev -y
sudo apt install just rustc libglvnd-dev libwayland-dev libseat-dev libxkbcommon-dev libinput-dev libgtk-4-1 udev dbus libdbus-1-dev libsystemd-dev libpulse-dev pop-launcher libexpat1-dev libfontconfig-dev libfreetype-dev lld cargo libgbm-dev libclang-dev libpipewire-0.3-dev libatk1.0-dev libgtk-3-dev build-essential libpam0g-dev -y
```

### Testing
Expand Down

0 comments on commit 5008be2

Please sign in to comment.