From 7a141175b460aeed4418f4c8f1d467faecaffb27 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Wed, 27 Jul 2016 02:27:59 +0200 Subject: [PATCH] fix(docs): Added xcb-proto to the list of dependencies --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 221e8e74..8d77c830 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ A C++ compiler with C++14 support. For example [`clang`](http://clang.llvm.org/g - cmake - boost - libxcb +- xcb-proto Optional dependencies for module support: @@ -115,7 +116,7 @@ Optional dependencies for module support: - jsoncpp, libsigc++ (required for `internal/i3` support) ~~~ sh -$ pacman -S cmake boost libxcb wireless_tools alsa-lib libmpdclient jsoncpp libsigc++ +$ pacman -S cmake boost libxcb xcb-proto wireless_tools alsa-lib libmpdclient jsoncpp libsigc++ $ xbps-install cmake boost-devel libxcb-devel alsa-lib-devel i3-devel libmpdclient-devel jsoncpp-devel libsigc++-devel wireless_tools-devel $ apt-get install cmake libxcb1-dev xcb-proto python-xcbgen libboost-dev libiw-dev libasound2-dev libmpdclient-dev libjsoncpp-dev libsigc++-dev ~~~ @@ -126,7 +127,7 @@ $ apt-get install cmake libxcb1-dev xcb-proto python-xcbgen libboost-dev libiw-d Please [report any problems](https://github.com/jaagr/lemonbuddy/issues/new) you run into when building the project. It helps alot. ~~~ sh - $ git clone --branch 1.4.2 --recursive https://github.com/jaagr/lemonbuddy + $ git clone --branch 1.4.3 --recursive https://github.com/jaagr/lemonbuddy $ mkdir lemonbuddy/build $ cd lemonbuddy/build $ cmake ..