Commit 1d00a52 1 parent 04a3ab3 commit 1d00a52 Copy full SHA for 1d00a52
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ These dependencies are also applicable for all Ubuntu based distributions such a
122
122
* Peppermint OS
123
123
``` text
124
124
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
126
126
curl -fsS https://dlang.org/install.sh | bash -s dmd
127
127
```
128
128
For GUI notifications the following is also necessary:
@@ -144,7 +144,7 @@ These instructions were validated using:
144
144
145
145
``` text
146
146
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
148
148
```
149
149
For GUI notifications the following is also necessary:
150
150
``` text
You can’t perform that action at this time.
0 commit comments