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

chore(docs): Remove instructions for building packages automatically

Functionality was removed in 351e769eb792432b761c26321777351eeac09812.
This commit is contained in:
Anthony Bilinski 2022-01-04 00:32:27 -08:00
parent 7d0d62c154
commit 481818fb59
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -376,19 +376,6 @@ you can, please note down all additional dependencies you had to install that
aren't listed here, and let us know what is missing `;)`
---
### Building packages
Alternately, qTox now has the experimental and probably-dodgy ability to package
itself (in `.deb` form natively, and `.rpm` form with
[alien](http://joeyh.name/code/alien/)).
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 `.deb`s, so be prepared to type your
password for sudo.
---
### Security hardening with AppArmor