From cb9a0a5ded31742a23b545919279686259d43945 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Sat, 24 Aug 2013 14:07:03 -0700 Subject: [PATCH] Updated INSTALL.md to list clients, improved options --- INSTALL.md | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 9a81fba7..d67baef8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -68,10 +68,14 @@ Advance configure options: - --prefix=/where/to/install - --with-libsodium-headers=/path/to/libsodium/include/ - --with-libsodium-libs=/path/to/sodiumtest/lib/ - - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" - - --BUILD_NTOX="yes" - - --BUILD_TESTS="yes" - + - --enable-silent-rules less verbose build output (undo: "make V=1") + - --disable-silent-rules verbose build output (undo: "make V=0") + - --disable-tests build unit tests (default: auto) + - --disable-ntox build nTox client (default: auto) + - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto) + - --enable-shared[=PKGS] build shared libraries [default=yes] + - --enable-static[=PKGS] build static libraries [default=yes] + ###OS X: You need the latest XCode with the Developer Tools (Preferences -> Downloads -> Command Line Tools). @@ -99,7 +103,13 @@ Advance configure options: - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" - --BUILD_NTOX="yes" - --BUILD_TESTS="yes" - + - --enable-silent-rules less verbose build output (undo: "make V=1") + - --disable-silent-rules verbose build output (undo: "make V=0") + - --disable-tests build unit tests (default: auto) + - --disable-ntox build nTox client (default: auto) + - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto) + - --enable-shared[=PKGS] build shared libraries [default=yes] + - --enable-static[=PKGS] build static libraries [default=yes] ####Non-homebrew: @@ -137,7 +147,13 @@ Advance configure options: - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" - --BUILD_NTOX="yes" - --BUILD_TESTS="yes" - + - --enable-silent-rules less verbose build output (undo: "make V=1") + - --disable-silent-rules verbose build output (undo: "make V=0") + - --disable-tests build unit tests (default: auto) + - --disable-ntox build nTox client (default: auto) + - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto) + - --enable-shared[=PKGS] build shared libraries [default=yes] + - --enable-static[=PKGS] build static libraries [default=yes] Do not install them from macports (or any dependencies for that matter) as they get shoved in the wrong directory (or the wrong version gets installed) and make your life more annoying. @@ -175,3 +191,14 @@ Advance configure options: - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" - --BUILD_NTOX="yes" - --BUILD_TESTS="yes" + - --enable-silent-rules less verbose build output (undo: "make V=1") + - --disable-silent-rules verbose build output (undo: "make V=0") + - --disable-tests build unit tests (default: auto) + - --disable-ntox build nTox client (default: auto) + - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto) + - --enable-shared[=PKGS] build shared libraries [default=yes] + - --enable-static[=PKGS] build static libraries [default=yes] + + +####Clients: +While [Toxic](https://github.com/tox/toxic) is no longer in core, a list of Tox clients are located in our [wiki](http://wiki.tox.im/client)