From 3a8aba1d793264911068739d5a0f1e72edb51605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Tue, 2 Sep 2014 23:27:53 +0200 Subject: [PATCH] Restored build instructions. This reverts commit 5a99af58d6e7840bfe8f8dc824379a6520e8a257. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 788f34d..74b559b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Tox-WeeChat requires [libtoxcore][3] to work. After getting it, install Tox-WeeC $ git clone https://github.com/haavardp/tox-weechat.git $ cd tox-weechat - $ cmake . + $ mkdir build && cd build + $ cmake .. $ make install This places `tox.so` in `~/.weechat/plugins`.