summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 6cdec95b..41aa5afd 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -183,6 +183,12 @@ If after running ./configure you get an error about core being unable to find li
183 183
184Ensure you set the locations correctly depending on where you installed libsodium on your computer. 184Ensure you set the locations correctly depending on where you installed libsodium on your computer.
185 185
186If there is a problem with opus (for A/V) and you don't get a libtoxav, then try to set the pkg-config environment variable beforehand:
187
188```
189export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
190```
191
186<a name="windows" /> 192<a name="windows" />
187###Windows: 193###Windows:
188 194