Browse Source

fix(docs): update toxcore build instructions

Partially fixes #5133
pull/5134/head
tox-user 8 years ago
parent
commit
b00cbc1d6f
No known key found for this signature in database
GPG Key ID: 7C132143C1A3A7D4
  1. 5
      INSTALL.md

5
INSTALL.md

@ -500,8 +500,7 @@ Provided that you have all required dependencies installed, you can simply run: @@ -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: @@ -525,7 +524,7 @@ Run in qTox directory to compile:
```bash
cmake .
make
make -j$(nproc)
```
Now you can start compiled qTox with `./qtox`

Loading…
Cancel
Save