Restored build instructions.

This reverts commit 5a99af58d6.
This commit is contained in:
Håvard Pettersson 2014-09-02 23:27:53 +02:00
parent f001ccb132
commit 3a8aba1d79
1 changed files with 2 additions and 1 deletions

View File

@ -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`.