summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorzugz (tox) <mbays+tox@sdf.org>2019-07-21 00:00:01 +0000
committerRobin Linden <dev@robinlinden.eu>2019-11-17 13:40:34 +0100
commit08e6a1863ee78c68cf8e40537a9a97caf37273a3 (patch)
treefca80d9c372b35bab9bbdf0e07b85b39249a256c /INSTALL.md
parent2677a53ee0b0bb58a52e3cb585aaaba8aa9ceccb (diff)
bump libsodium version in appveyor.yml and windows Dockerfile
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2cb25741..de6f1095 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -179,7 +179,7 @@ Build the container image based on the Dockerfile. The following options are ava
179| `SUPPORT_ARCH_x86_64` | Support building 64-bit toxcore. | "true" or "false" (case sensitive). | true | 179| `SUPPORT_ARCH_x86_64` | Support building 64-bit toxcore. | "true" or "false" (case sensitive). | true |
180| `SUPPORT_TEST` | Support running toxcore automated tests. | "true" or "false" (case sensitive). | false | 180| `SUPPORT_TEST` | Support running toxcore automated tests. | "true" or "false" (case sensitive). | false |
181| `VERSION_OPUS` | Version of libopus to build toxcore with. | Git branch name. | v1.2.1 | 181| `VERSION_OPUS` | Version of libopus to build toxcore with. | Git branch name. | v1.2.1 |
182| `VERSION_SODIUM` | Version of libsodium to build toxcore with. | Git branch name. | 1.0.16 | 182| `VERSION_SODIUM` | Version of libsodium to build toxcore with. | Git branch name. | 1.0.18 |
183| `VERSION_VPX` | Version of libvpx to build toxcore with. | Git branch name. | v1.6.1 | 183| `VERSION_VPX` | Version of libvpx to build toxcore with. | Git branch name. | v1.6.1 |
184 184
185Example of building a container image with options 185Example of building a container image with options