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