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

Merge pull request #4645

anthony.bilinski (1):
      chore(INSTALL): Update toxcore release version
This commit is contained in:
sudden6 2017-09-16 10:17:42 +02:00
commit 7469d97c1a
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -484,7 +484,7 @@ Provided that you have all required dependencies installed, you can simply run:
```bash ```bash
git clone https://github.com/toktok/c-toxcore.git toxcore git clone https://github.com/toktok/c-toxcore.git toxcore
cd toxcore cd toxcore
git checkout v0.1.2 git checkout v0.1.10
autoreconf -if autoreconf -if
./configure ./configure
make -j$(nproc) make -j$(nproc)