X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=BUILD.md;h=88c610979be24890c9b262b0371b457978403020;hb=7089bab4bf90bb34efbf0df39e952464b8bdb3f0;hp=6155893a362aeea7e9e5b85a01f86f6ed3467c1f;hpb=8a7625634876ec535d57353cf72ee1692ad3d6a6;p=torbrowser-launcher.git diff --git a/BUILD.md b/BUILD.md index 6155893..88c6109 100644 --- a/BUILD.md +++ b/BUILD.md @@ -12,7 +12,7 @@ Then install dependencies, build a package, and install: ### Debian, Ubuntu, Linux Mint, etc. ```sh -sudo apt install build-essential dh-python python3-all python3-stdeb python3-pyqt5 python3-gpg python3-requests python3-socks gnupg2 tor +sudo apt install build-essential dh-python python3-all python3-stdeb python3-pyqt5 python3-gpg python3-requests python3-socks python3-packaging gnupg2 tor ./build_deb.sh sudo dpkg -i deb_dist/torbrowser-launcher_*.deb ``` @@ -20,7 +20,7 @@ sudo dpkg -i deb_dist/torbrowser-launcher_*.deb ### Red Hat, Fedora, CentOS, etc. ```sh -sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks gnupg2 tor +sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks python3-packaging gnupg2 tor ./build_rpm.sh sudo yum install dist/torbrowser-launcher-*.rpm ```