fix(docs): update toxcore build instructions

Partially fixes #5133
reviewable/pr5134/r2
tox-user 2018-05-10 19:45:08 +00:00
parent 8461a373dd
commit b00cbc1d6f
No known key found for this signature in database
GPG Key ID: 7C132143C1A3A7D4
1 changed files with 2 additions and 3 deletions

View File

@ -500,8 +500,7 @@ Provided that you have all required dependencies installed, you can simply run:
git clone https://github.com/toktok/c-toxcore.git toxcore
cd toxcore
git checkout v0.2.2
autoreconf -if
./configure
cmake .
make -j$(nproc)
sudo make install
echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
@ -525,7 +524,7 @@ Run in qTox directory to compile:
```bash
cmake .
make
make -j$(nproc)
```
Now you can start compiled qTox with `./qtox`