Updated build instructions.

This commit is contained in:
Håvard Pettersson 2014-09-08 03:14:33 +02:00
parent b8e0a9d70c
commit b9cefdbac0
1 changed files with 1 additions and 2 deletions

View File

@ -13,9 +13,8 @@ Tox-WeeChat requires [libtoxcore][3] to work. After getting it, install Tox-WeeC
$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install
This places `tox.so` in `/usr/local/lib/weechat/plugins`.
This builds the plugin binary `tox.so`. Copy/move this file to `~/.weechat/plugins/` (or your equivalent WeeChat home folder) and you're done!
Usage
-----