From d548312f5492398046264f4c199c9e4fc27565c0 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Fri, 20 May 2016 04:35:09 +0200 Subject: [PATCH] docs(build): Added missing dep and note about compiler --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9ee726bf..4579bfeb 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ alot easier to install. Until then you could build it from source. ### Dependencies: +A C++ compiler with C++14 support. For example `clang`. + - boost-libs - libx11 - libxrandr @@ -30,6 +32,7 @@ alot easier to install. Until then you could build it from source. - If building with **ENABLE_I3** - libsigc++ - i3-wm + - i3ipc-glib **With Pacman you can install the packages using:** ~~~ sh