1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(INSTALL): correct instruction for toxcore tag checkout

Re #4030.
This commit is contained in:
Zetok Zalbavar 2016-12-31 10:53:04 +00:00
parent 0b2f22d521
commit e96190459b
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -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)