X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=BUILD.md;h=88c610979be24890c9b262b0371b457978403020;hb=499c971308c687c55cd0b203c6439b34510f77c8;hp=3435d34f88f188d05196d0b285cfb71cebbf222c;hpb=23f9d6d568602370739109b73762e5e7f1e82e79;p=torbrowser-launcher.git diff --git a/BUILD.md b/BUILD.md index 3435d34..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-get install build-essential dh-python python3-all python3-stdeb python3-qt5 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 +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 ```