Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
* Add 'systemd-dev' due to Ubuntu 24.10 changes that now requires this package so that pkg-config can detect systemd
  • Loading branch information
abraunegg committed Jan 14, 2025
1 parent 04a3ab3 commit 1d00a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ These dependencies are also applicable for all Ubuntu based distributions such a
* Peppermint OS
```text
sudo apt install build-essential
sudo apt install libcurl4-openssl-dev libsqlite3-dev pkg-config git curl
sudo apt install libcurl4-openssl-dev libsqlite3-dev pkg-config git curl systemd-dev
curl -fsS https://dlang.org/install.sh | bash -s dmd
```
For GUI notifications the following is also necessary:
Expand All @@ -144,7 +144,7 @@ These instructions were validated using:
```text
sudo apt install build-essential
sudo apt install libcurl4-openssl-dev libsqlite3-dev pkg-config git curl ldc
sudo apt install libcurl4-openssl-dev libsqlite3-dev pkg-config git curl ldc systemd-dev
```
For GUI notifications the following is also necessary:
```text
Expand Down

0 comments on commit 1d00a52

Please sign in to comment.