1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Update INSTALL.md

added section "Building packages"
This commit is contained in:
Marcel 2014-09-08 00:59:31 +02:00
parent f8f2488a78
commit 4fbf546785

View File

@ -155,3 +155,12 @@ The script will automatically download and install Tox Core and libsodium to "/h
cd /home/user/qTox
./bootstrap.sh # use -h or --help for more information
```
##Building packages
qTox now has the experimental and probably-dodgy ability to package itself (in .deb
form natively, and .rpm form with <a href="http://joeyh.name/code/alien/">alien</a>).
After installing the required dependencies, run `bootstrap.sh` and then run the
`buildPackages.sh` script, found in the tools folder. It will automatically get the
packages necessary for building .debs, so be prepared to type your password for sudo.