From 3a804fefd1dcaafaa68ef5eaa80327be58cce6d7 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Tue, 25 Mar 2014 19:34:11 -0700 Subject: [PATCH] Mention av Signed-off-by: Sean Qureshi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3318693..4f2b528 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Toxic is an ncurses based instant messaging client for [Tox](http://tox.im) whic * Execute the configure script with ```./configure``` (you may need to pass it the location of your dependency libraries, i.e.): ```./configure --prefix=/where/to/install --with-libtoxcore-headers=/path/to/ProjectTox-Core/toxcore --with-libtoxcore-libs=/path/to/ProjectTox-Core/build/toxcore --with-libsodium-headers=/path/to/libsodium/include/ --with-libsodium-libs=/path/to/sodiumtest/lib/ ``` +* Compile with --disable-av to build without audio call support * Compile and install the program with ```make && sudo make install``` #### Notes