mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
8461a373dd
commit
b00cbc1d6f
|
@ -500,8 +500,7 @@ Provided that you have all required dependencies installed, you can simply run:
|
|||
git clone https://github.com/toktok/c-toxcore.git toxcore
|
||||
cd toxcore
|
||||
git checkout v0.2.2
|
||||
autoreconf -if
|
||||
./configure
|
||||
cmake .
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
|
||||
|
@ -525,7 +524,7 @@ Run in qTox directory to compile:
|
|||
|
||||
```bash
|
||||
cmake .
|
||||
make
|
||||
make -j$(nproc)
|
||||
```
|
||||
|
||||
Now you can start compiled qTox with `./qtox`
|
||||
|
|
Loading…
Reference in New Issue
Block a user