summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorzilrich <47159471+zilrich@users.noreply.github.com>2020-10-02 11:08:06 +0000
committerGitHub <noreply@github.com>2020-10-02 13:08:06 +0200
commita2ffe95a8c617a2a587500846456a2240daac62f (patch)
treec5229a09b426b433a8b875be676311561f552f55 /Documentation
parent254d66cd8167ef22242b5554a8b87abef2ca0f99 (diff)
downloadserenity-a2ffe95a8c617a2a587500846456a2240daac62f.zip
Meta: Update OpenSUSE build dependencies (#3655)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md
index 1f555cc9b1..95165b93ae 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -17,7 +17,7 @@ sudo dnf install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs @"C Deve
**openSUSE**
```bash
-sudo zypper install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs patch qemu-x86 qemu-audio-pa gcc gcc-c++ patterns-devel-C-C++-devel_C_C++
+sudo zypper install curl cmake mpfr-devel mpc-devel gmp-devel e2fsprogs patch qemu-x86 qemu-audio-pa gcc gcc-c++ patterns-devel-C-C++-devel_C_C++
```
**Arch Linux / Manjaro**