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

chore(INSTALL): Update toxcore release version

This commit is contained in:
anthony.bilinski 2017-09-12 14:02:13 -07:00
parent c49959711e
commit 1a943c4faf

View File

@ -484,7 +484,7 @@ 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 v0.1.2
git checkout v0.1.10
autoreconf -if
./configure
make -j$(nproc)