1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Marcel 2014-09-03 14:56:45 +02:00 committed by Tux3 / Mlkj / !Lev.uXFMLA
parent 5e738bc355
commit 2b5c6af805

View File

@ -140,5 +140,6 @@ yum install libtool autoconf automake check check-devel
Now you can either follow the instructions at https://github.com/irungentoo/toxcore/blob/master/INSTALL.md#unix or use the "bootstrap.sh" script located at "/home/user/qTox".
The script will automatically download and install Tox Core and libsodium to "/home/user/qTox/libs":
```bash
cd /home/user/qTox
./bootstrap.sh # use -h or --help for more information
```