X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=BUILD.md;h=88c610979be24890c9b262b0371b457978403020;hb=da84f3122a1c3675de89803397994cf12ee7181b;hp=eaff7bcf8bae605c30d3e8feb73ca525bfa04c6e;hpb=0081d17d606bce3ad7ccf6d0c6d99dad04a4e5ec;p=torbrowser-launcher.git diff --git a/BUILD.md b/BUILD.md index eaff7bc..88c6109 100644 --- a/BUILD.md +++ b/BUILD.md @@ -12,25 +12,19 @@ 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-twisted python-lzma python-txsocksx gnupg fakeroot xz-utils tor -# If you're running an OS that has python-gpg like Ubuntu 17.04+ or Debian 9+, install that too -sudo apt install python-gpg +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 ``` -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 dnf install python-psutil python-twisted gnupg fakeroot rpm-build python-txsocksx tor pygtk2 python2-gpg +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 ``` -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.