Partially fixes #5133
@ -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
make
```
Now you can start compiled qTox with `./qtox`