summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md37
1 files changed, 33 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9a81fba7..d14796f8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -68,9 +68,14 @@ Advance configure options:
68 - --prefix=/where/to/install 68 - --prefix=/where/to/install
69 - --with-libsodium-headers=/path/to/libsodium/include/ 69 - --with-libsodium-headers=/path/to/libsodium/include/
70 - --with-libsodium-libs=/path/to/sodiumtest/lib/ 70 - --with-libsodium-libs=/path/to/sodiumtest/lib/
71 - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" 71 - --enable-silent-rules less verbose build output (undo: "make V=1")
72 - --BUILD_NTOX="yes" 72 - --disable-silent-rules verbose build output (undo: "make V=0")
73 - --BUILD_TESTS="yes" 73 - --disable-tests build unit tests (default: auto)
74 - --disable-ntox build nTox client (default: auto)
75 - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto)
76 - --enable-shared[=PKGS] build shared libraries [default=yes]
77 - --enable-static[=PKGS] build static libraries [default=yes]
78
74<a name="osx" /> 79<a name="osx" />
75###OS X: 80###OS X:
76 81
@@ -99,6 +104,13 @@ Advance configure options:
99 - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" 104 - --BUILD_DHT_BOOTSTRAP_DAEMON="yes"
100 - --BUILD_NTOX="yes" 105 - --BUILD_NTOX="yes"
101 - --BUILD_TESTS="yes" 106 - --BUILD_TESTS="yes"
107 - --enable-silent-rules less verbose build output (undo: "make V=1")
108 - --disable-silent-rules verbose build output (undo: "make V=0")
109 - --disable-tests build unit tests (default: auto)
110 - --disable-ntox build nTox client (default: auto)
111 - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto)
112 - --enable-shared[=PKGS] build shared libraries [default=yes]
113 - --enable-static[=PKGS] build static libraries [default=yes]
102 114
103<a name="non-homebrew" /> 115<a name="non-homebrew" />
104####Non-homebrew: 116####Non-homebrew:
@@ -137,7 +149,13 @@ Advance configure options:
137 - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" 149 - --BUILD_DHT_BOOTSTRAP_DAEMON="yes"
138 - --BUILD_NTOX="yes" 150 - --BUILD_NTOX="yes"
139 - --BUILD_TESTS="yes" 151 - --BUILD_TESTS="yes"
140 152 - --enable-silent-rules less verbose build output (undo: "make V=1")
153 - --disable-silent-rules verbose build output (undo: "make V=0")
154 - --disable-tests build unit tests (default: auto)
155 - --disable-ntox build nTox client (default: auto)
156 - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto)
157 - --enable-shared[=PKGS] build shared libraries [default=yes]
158 - --enable-static[=PKGS] build static libraries [default=yes]
141 159
142Do not install them from macports (or any dependencies for that matter) as they get shoved in the wrong directory 160Do not install them from macports (or any dependencies for that matter) as they get shoved in the wrong directory
143(or the wrong version gets installed) and make your life more annoying. 161(or the wrong version gets installed) and make your life more annoying.
@@ -175,3 +193,14 @@ Advance configure options:
175 - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" 193 - --BUILD_DHT_BOOTSTRAP_DAEMON="yes"
176 - --BUILD_NTOX="yes" 194 - --BUILD_NTOX="yes"
177 - --BUILD_TESTS="yes" 195 - --BUILD_TESTS="yes"
196 - --enable-silent-rules less verbose build output (undo: "make V=1")
197 - --disable-silent-rules verbose build output (undo: "make V=0")
198 - --disable-tests build unit tests (default: auto)
199 - --disable-ntox build nTox client (default: auto)
200 - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto)
201 - --enable-shared[=PKGS] build shared libraries [default=yes]
202 - --enable-static[=PKGS] build static libraries [default=yes]
203
204<a name="Clients" />
205####Clients:
206While [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)