diff options
author | irungentoo <irungentoo@gmail.com> | 2014-07-06 19:54:19 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2014-07-06 19:54:19 -0400 |
commit | 738bc56da7fc9d80fa4cb1d0a442bd74b3284bfe (patch) | |
tree | 2fda5823bcd0ce4bf45b18dd93ffc7f403c40cae /INSTALL.md | |
parent | f9f3a810c074e4c0a36faefa07ad8001b6a23901 (diff) | |
parent | 35813b41b10f7f18c9f77ffa68cb8e6dc0fe1337 (diff) |
Merge branch 'toxxxer-patch-1'
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -183,6 +183,12 @@ If after running ./configure you get an error about core being unable to find li | |||
183 | 183 | ||
184 | Ensure you set the locations correctly depending on where you installed libsodium on your computer. | 184 | Ensure you set the locations correctly depending on where you installed libsodium on your computer. |
185 | 185 | ||
186 | If 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 | ``` | ||
189 | export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig | ||
190 | ``` | ||
191 | |||
186 | <a name="windows" /> | 192 | <a name="windows" /> |
187 | ###Windows: | 193 | ###Windows: |
188 | 194 | ||