diff options
author | irungentoo <irungentoo@gmail.com> | 2013-11-19 10:04:59 -0800 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-11-19 10:04:59 -0800 |
commit | 55fa67e980b3f915fb248cdb38c55d3575de7ab7 (patch) | |
tree | 0ea0afa4f546d7aa547e8dedae12562e25c14612 /INSTALL.md | |
parent | 64aff6bb8582462f4267265ed2462470d288931d (diff) | |
parent | 6bd77a2549ff33ce722b344c811abe0abf898a03 (diff) |
Merge pull request #657 from fr0stycl34r/patch-1
Fix instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ cd .. | |||
56 | ``` | 56 | ``` |
57 | 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: | 57 | 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: |
58 | ``` | 58 | ``` |
59 | sudo echo "/usr/local/lib/" >> /etc/ld.so.conf.d/locallib.conf | 59 | echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf |
60 | sudo ldconfig | 60 | sudo ldconfig |
61 | ``` | 61 | ``` |
62 | 62 | ||