Browse Source

docs(INSTALL): update install docs with workaround for fedora 25

reviewable/pr4475/r2
Andrew (anoa) 8 years ago
parent
commit
5f41853881
No known key found for this signature in database
GPG Key ID: 174BEAB009FD176D
  1. 8
      INSTALL.md

8
INSTALL.md

@ -556,13 +556,19 @@ echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
sudo ldconfig sudo ldconfig
``` ```
### Compile qTox ### Compile qTox
**Make sure that all the dependencies are installed.** If you experience **Make sure that all the dependencies are installed.** If you experience
problems with compiling, it's most likely due to missing dependencies, so please problems with compiling, it's most likely due to missing dependencies, so please
make sure that you did install *all of them*. make sure that you did install *all of them*.
If you are compiling on Fedora 25, you must add libtoxcore to the
`PKG_CONFIG_PATH` environment variable manually:
```
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig"
```
Run in qTox directory to compile: Run in qTox directory to compile:
```bash ```bash

Loading…
Cancel
Save