docs(build): Added cmake to the dependency list

This commit is contained in:
Michael Carlberg 2016-05-24 02:55:25 +02:00
parent 92e1216574
commit f3d04a5a5c
1 changed files with 6 additions and 3 deletions

View File

@ -27,7 +27,10 @@ A C++ compiler with C++14 support. For example `clang`.
- lemonbar (obviously) - lemonbar (obviously)
- NOTE: The application has only been tested against the `single-mon` fork. - NOTE: The application has only been tested against the `single-mon` fork.
If you have trouble with your version of lemonbar, install the fork which is If you have trouble with your version of lemonbar, install the fork which is
included in the `contrib` folder included in the `contrib` folder.
There are plans to integrate `lemonbar` into the project.
- cmake
- boost - boost
- libx11 - libx11
- libxrandr - libxrandr
@ -38,12 +41,12 @@ A C++ compiler with C++14 support. For example `clang`.
**With Pacman you can install the packages using:** **With Pacman you can install the packages using:**
~~~ sh ~~~ sh
$ pacman -S boost libx11 libxrandr wireless_tools alsa-lib libmpdclient libsigc++ i3-wm $ pacman -S cmake boost libx11 libxrandr wireless_tools alsa-lib libmpdclient libsigc++ i3-wm
~~~ ~~~
**With XBPS you can install the packages using:** **With XBPS you can install the packages using:**
~~~ sh ~~~ sh
$ xbps-install -S alsa-lib-devel boost-devel i3-devel libX11-devel libXrandr-devel libmpdclient-devel libsigc++-devel wireless_tools-devel $ xbps-install -S cmake alsa-lib-devel boost-devel i3-devel libX11-devel libXrandr-devel libmpdclient-devel libsigc++-devel wireless_tools-devel
~~~~ ~~~~
<br> <br>