mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
0b2f22d521
commit
e96190459b
|
@ -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…
Reference in New Issue
Block a user