summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-02 20:51:25 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-02 21:07:55 +0000
commit28baf9632f545b6c85235ddbb982369d9a4207ca (patch)
treef0d8c00103b9e542c084f00721c12610e98d2ce7 /INSTALL.md
parent2dc639a8a4ef0f3c4fc9d4b7c4ebdc79d2d7f702 (diff)
Remove testing/av_test.c.
It's a maintenance burden. Nobody uses this. It depends on an ancient version of opencv that less and less systems actually have.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index de6f1095..0e4d19b5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -85,7 +85,6 @@ There are some options that are available to configure the build.
85|------------------------|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|---------------------------------------------------| 85|------------------------|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|---------------------------------------------------|
86| `AUTOTEST` | Enable autotests (mainly for CI). | ON or OFF | OFF | 86| `AUTOTEST` | Enable autotests (mainly for CI). | ON or OFF | OFF |
87| `BOOTSTRAP_DAEMON` | Enable building of tox-bootstrapd, the DHT bootstrap node daemon. For Unix-like systems only. | ON or OFF | ON | 87| `BOOTSTRAP_DAEMON` | Enable building of tox-bootstrapd, the DHT bootstrap node daemon. For Unix-like systems only. | ON or OFF | ON |
88| `BUILD_AV_TEST` | Build toxav test. | ON or OFF | ON |
89| `BUILD_MISC_TESTS` | Build additional tests. | ON or OFF | OFF | 88| `BUILD_MISC_TESTS` | Build additional tests. | ON or OFF | OFF |
90| `BUILD_TOXAV` | Whether to build the tox AV library. | ON or OFF | ON | 89| `BUILD_TOXAV` | Whether to build the tox AV library. | ON or OFF | ON |
91| `CMAKE_INSTALL_PREFIX` | Path to where everything should be installed. | Directory path. | Platform-dependent. Refer to CMake documentation. | 90| `CMAKE_INSTALL_PREFIX` | Path to where everything should be installed. | Directory path. | Platform-dependent. Refer to CMake documentation. |