Re #4030.
@ -362,10 +362,11 @@ cd ..
### Compile toxcore
Provided that you have all required dependencies installed, you can simply run:
```bash
git clone https://github.com/toktok/c-toxcore.git toxcore
cd toxcore
git checkout tags/v0.1.0
git checkout v0.1.2
autoreconf -if
./configure
make -j$(nproc)