mirror of https://github.com/polybar/polybar.git
Updated Compiling (markdown)
parent
ca96697f20
commit
3bf7f9a83f
|
@ -11,7 +11,8 @@ The following dependencies are only needed during compilation, you can remove th
|
||||||
| gcc >= 5.1 | `build-essential` | `gcc-c++` | `gcc` |
|
| gcc >= 5.1 | `build-essential` | `gcc-c++` | `gcc` |
|
||||||
| clang >= 3.4 | `clang-5.0` or <br /> `clang-6.0` or <br /> `clang-7.0` | `clang` | `clang` |
|
| clang >= 3.4 | `clang-5.0` or <br /> `clang-6.0` or <br /> `clang-7.0` | `clang` | `clang` |
|
||||||
| git<sup>1</sup> | `git` | `git` | `git` |
|
| git<sup>1</sup> | `git` | `git` | `git` |
|
||||||
| cmake >= 3.1| `cmake` <br />`cmake-data` <br />`pkg-config` | `cmake` <br />`@development-tools` | `cmake` |
|
| cmake >= 3.1| `cmake` <br />`cmake-data` | `cmake` <br />`@development-tools` | `cmake` |
|
||||||
|
| pkg-config | `pkg-config` | - | - |
|
||||||
| [sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html)<sup>2</sup> | `python3-sphinx` | `python3-sphinx` | `python-Sphinx` |
|
| [sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html)<sup>2</sup> | `python3-sphinx` | `python3-sphinx` | `python-Sphinx` |
|
||||||
|
|
||||||
<sup>1</sup> Only needed when not using the release archives
|
<sup>1</sup> Only needed when not using the release archives
|
||||||
|
|
Loading…
Reference in New Issue