docs(build): Added missing dep and note about compiler
This commit is contained in:
parent
fb41505a8f
commit
d548312f54
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,8 @@ alot easier to install. Until then you could build it from source.
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
|
||||||
|
A C++ compiler with C++14 support. For example `clang`.
|
||||||
|
|
||||||
- boost-libs
|
- boost-libs
|
||||||
- libx11
|
- libx11
|
||||||
- libxrandr
|
- libxrandr
|
||||||
|
@ -30,6 +32,7 @@ alot easier to install. Until then you could build it from source.
|
||||||
- If building with **ENABLE_I3**
|
- If building with **ENABLE_I3**
|
||||||
- libsigc++
|
- libsigc++
|
||||||
- i3-wm
|
- i3-wm
|
||||||
|
- i3ipc-glib
|
||||||
|
|
||||||
**With Pacman you can install the packages using:**
|
**With Pacman you can install the packages using:**
|
||||||
~~~ sh
|
~~~ sh
|
||||||
|
|
Loading…
Reference in a new issue