X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=BUILD.md;h=6155893a362aeea7e9e5b85a01f86f6ed3467c1f;hb=1e958809a3cfcd07445dfa7480f1ff390f4b7d71;hp=17199c727858d7ac78892758fc59887b768c773f;hpb=3dc82e10de3d1f2e6b14a431bc33dca8dad61ce3;p=torbrowser-launcher.git diff --git a/BUILD.md b/BUILD.md index 17199c7..6155893 100644 --- a/BUILD.md +++ b/BUILD.md @@ -12,25 +12,20 @@ Then install dependencies, build a package, and install: ### Debian, Ubuntu, Linux Mint, etc. ```sh -sudo apt-get install build-essential dh-python python-all python-stdeb python-gtk2 python-psutil python-twisted python-lzma python-txsocksx gnupg fakeroot xz-utils tor +sudo apt install build-essential dh-python python3-all python3-stdeb python3-pyqt5 python3-gpg python3-requests python3-socks gnupg2 tor ./build_deb.sh sudo dpkg -i deb_dist/torbrowser-launcher_*.deb ``` -Optionally you can install `python-pygame` if you want to play a modem sound while Tor Browser is launching. - ### Red Hat, Fedora, CentOS, etc. ```sh -sudo yum install python-psutil python-twisted gnupg fakeroot rpm-build python-txsocksx tor pygtk2 +sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks gnupg2 tor ./build_rpm.sh sudo yum install dist/torbrowser-launcher-*.rpm ``` -Optionally you can install `pygame` if you want to play a modem sound while Tor Browser is launching. - ### Run without installing Install the dependencies: sadly, not all of them are available in virtualenv, so you will need to install (some of) them system-wide. Then, you can run: `TBL_SHARE=share ./torbrowser-launcher` -