Merge pull request #657 from fr0stycl34r/patch-1

Fix instructions
This commit is contained in:
irungentoo 2013-11-19 10:04:59 -08:00
commit 55fa67e980

View File

@ -56,7 +56,7 @@ cd ..
```
If your default prefix is /usr/local and you happen to get an error that says "error while loading shared libraries: libtoxcore.so.0: cannot open shared object file: No such file or directory", then you can try running ```sudo ldconfig```. If that doesn't fix it, run:
```
sudo echo "/usr/local/lib/" >> /etc/ld.so.conf.d/locallib.conf
echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
sudo ldconfig
```