From 58e316c65b4fcbd0898a7d8e4e6a99beb8542342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Wed, 11 Oct 2023 22:33:23 +0300 Subject: [PATCH] Document that i3/ipc.h is needed for building MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Bidar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76000c6..f760e62 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ An implementation of i3 IPC in C++11. * C++11 compiler * sigc++ 2.0 * jsoncpp +* i3 (for i3/ipc.h) ## Using Yet the only way of using is to add this repo as a submodule