diff options
author | Sean Qureshi <stqism@Risingstormgames.com> | 2013-08-24 14:07:03 -0700 |
---|---|---|
committer | Sean Qureshi <stqism@Risingstormgames.com> | 2013-08-24 14:07:03 -0700 |
commit | cb9a0a5ded31742a23b545919279686259d43945 (patch) | |
tree | 43ec8901181a58ab7dc0bba2ac7e7ec7402234fc | |
parent | e3da5d10774b3d17e52f0e4abcc50e7feea54969 (diff) |
Updated INSTALL.md to list clients, improved options
-rw-r--r-- | INSTALL.md | 39 |
1 files changed, 33 insertions, 6 deletions
@@ -68,10 +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 | <a name="osx" /> | 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 | <a name="osx" /> | ||
75 | ###OS X: | 79 | ###OS X: |
76 | 80 | ||
77 | You need the latest XCode with the Developer Tools (Preferences -> Downloads -> Command Line Tools). | 81 | You need the latest XCode with the Developer Tools (Preferences -> Downloads -> Command Line Tools). |
@@ -99,7 +103,13 @@ Advance configure options: | |||
99 | - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" | 103 | - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" |
100 | - --BUILD_NTOX="yes" | 104 | - --BUILD_NTOX="yes" |
101 | - --BUILD_TESTS="yes" | 105 | - --BUILD_TESTS="yes" |
102 | 106 | - --enable-silent-rules less verbose build output (undo: "make V=1") | |
107 | - --disable-silent-rules verbose build output (undo: "make V=0") | ||
108 | - --disable-tests build unit tests (default: auto) | ||
109 | - --disable-ntox build nTox client (default: auto) | ||
110 | - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto) | ||
111 | - --enable-shared[=PKGS] build shared libraries [default=yes] | ||
112 | - --enable-static[=PKGS] build static libraries [default=yes] | ||
103 | <a name="non-homebrew" /> | 113 | <a name="non-homebrew" /> |
104 | ####Non-homebrew: | 114 | ####Non-homebrew: |
105 | 115 | ||
@@ -137,7 +147,13 @@ Advance configure options: | |||
137 | - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" | 147 | - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" |
138 | - --BUILD_NTOX="yes" | 148 | - --BUILD_NTOX="yes" |
139 | - --BUILD_TESTS="yes" | 149 | - --BUILD_TESTS="yes" |
140 | 150 | - --enable-silent-rules less verbose build output (undo: "make V=1") | |
151 | - --disable-silent-rules verbose build output (undo: "make V=0") | ||
152 | - --disable-tests build unit tests (default: auto) | ||
153 | - --disable-ntox build nTox client (default: auto) | ||
154 | - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto) | ||
155 | - --enable-shared[=PKGS] build shared libraries [default=yes] | ||
156 | - --enable-static[=PKGS] build static libraries [default=yes] | ||
141 | 157 | ||
142 | Do not install them from macports (or any dependencies for that matter) as they get shoved in the wrong directory | 158 | Do 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. | 159 | (or the wrong version gets installed) and make your life more annoying. |
@@ -175,3 +191,14 @@ Advance configure options: | |||
175 | - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" | 191 | - --BUILD_DHT_BOOTSTRAP_DAEMON="yes" |
176 | - --BUILD_NTOX="yes" | 192 | - --BUILD_NTOX="yes" |
177 | - --BUILD_TESTS="yes" | 193 | - --BUILD_TESTS="yes" |
194 | - --enable-silent-rules less verbose build output (undo: "make V=1") | ||
195 | - --disable-silent-rules verbose build output (undo: "make V=0") | ||
196 | - --disable-tests build unit tests (default: auto) | ||
197 | - --disable-ntox build nTox client (default: auto) | ||
198 | - --disable-dht-bootstrap-daemon build DHT bootstrap daemon (default: auto) | ||
199 | - --enable-shared[=PKGS] build shared libraries [default=yes] | ||
200 | - --enable-static[=PKGS] build static libraries [default=yes] | ||
201 | |||
202 | <a name="Clients" /> | ||
203 | ####Clients: | ||
204 | 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) | ||