Browse Source

docs(INSTALL): correct instruction for toxcore tag checkout

Re #4030.
pull/4031/head
Zetok Zalbavar 9 years ago
parent
commit
e96190459b
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 3
      INSTALL.md

3
INSTALL.md

@ -362,10 +362,11 @@ cd ..
### Compile toxcore ### Compile toxcore
Provided that you have all required dependencies installed, you can simply run: 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 tags/v0.1.0 git checkout v0.1.2
autoreconf -if autoreconf -if
./configure ./configure
make -j$(nproc) make -j$(nproc)

Loading…
Cancel
Save