From d10dcab10052b612a368ca4f1735f8ed1b403647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Tue, 30 Sep 2014 19:47:53 +0200 Subject: [PATCH] Added /upgrade to TODO. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c3eb24..2cb3a09 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Installation ------------ > Tox-WeeChat is available in the [AUR][3]. -Tox-WeeChat requires [WeeChat][1] >= 1.0.1 and the latest-ish [libtoxcore][4]. It also requires CMake to be built. Installation is fairly simple; after getting the source, compile and install using CMake: +Tox-WeeChat requires [WeeChat][1] >= 1.0.1, [libjansson][4] >= 2.5 and the latest-ish [libtoxcore][5]. It also requires CMake to be built. Installation is fairly simple; after getting the source, compile and install using CMake: $ mkdir build && cd build $ cmake -DHOME_FOLDER_INSTALL=ON .. @@ -36,6 +36,7 @@ TODO - Tox DNS - Group chats - Support proxies (e.g. TOR) + - Support WeeChat `/upgrade` - A/V License @@ -60,5 +61,6 @@ along with Tox-WeeChat. If not, see . [1]: http://weechat.org [2]: http://tox.im [3]: https://aur.archlinux.org/packages/tox-weechat-git -[4]: https://github.com/irungentoo/toxcore +[3]: http://www.digip.org/jansson +[5]: https://github.com/irungentoo/toxcore