From 70c1a016a6b66288c4fd011f6ebebbd871fff332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Engestr=C3=B6m?= Date: Mon, 17 Mar 2014 23:48:32 +0100 Subject: [PATCH] Updated compilation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0f60ac95..5bcbdc7e 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ Type '?' (enter) to switch from Window list mode to Run mode and back. Compilation ----------- + autoreconf --install + ./configure + make + make install + Type `make I3=` to disable compiling with i3 support. If during compilation it complains about not finding i3/ipc.h either disable i3 support or install the headers.