From 3bf7f9a83f8b63a1b9da9a972b27a5b0a9b3b890 Mon Sep 17 00:00:00 2001
From: Patrick Ziegler
Date: Tue, 9 Jul 2019 16:08:27 +0200
Subject: [PATCH] Updated Compiling (markdown)
---
Compiling.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Compiling.md b/Compiling.md
index 136a358..266298f 100644
--- a/Compiling.md
+++ b/Compiling.md
@@ -11,7 +11,8 @@ The following dependencies are only needed during compilation, you can remove th
| gcc >= 5.1 | `build-essential` | `gcc-c++` | `gcc` |
| clang >= 3.4 | `clang-5.0` or
`clang-6.0` or
`clang-7.0` | `clang` | `clang` |
| git1 | `git` | `git` | `git` |
-| cmake >= 3.1| `cmake`
`cmake-data`
`pkg-config` | `cmake`
`@development-tools` | `cmake` |
+| cmake >= 3.1| `cmake`
`cmake-data` | `cmake`
`@development-tools` | `cmake` |
+| pkg-config | `pkg-config` | - | - |
| [sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html)2 | `python3-sphinx` | `python3-sphinx` | `python-Sphinx` |
1 Only needed when not using the release archives