Skip to content

Commit 1d00a52

Browse files
committed
Update install.md
* Add 'systemd-dev' due to Ubuntu 24.10 changes that now requires this package so that pkg-config can detect systemd
1 parent 04a3ab3 commit 1d00a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ These dependencies are also applicable for all Ubuntu based distributions such a
122122
* Peppermint OS
123123
```text
124124
sudo apt install build-essential
125-
sudo apt install libcurl4-openssl-dev libsqlite3-dev pkg-config git curl
125+
sudo apt install libcurl4-openssl-dev libsqlite3-dev pkg-config git curl systemd-dev
126126
curl -fsS https://dlang.org/install.sh | bash -s dmd
127127
```
128128
For GUI notifications the following is also necessary:
@@ -144,7 +144,7 @@ These instructions were validated using:
144144
145145
```text
146146
sudo apt install build-essential
147-
sudo apt install libcurl4-openssl-dev libsqlite3-dev pkg-config git curl ldc
147+
sudo apt install libcurl4-openssl-dev libsqlite3-dev pkg-config git curl ldc systemd-dev
148148
```
149149
For GUI notifications the following is also necessary:
150150
```text

0 commit comments

Comments
 (0)