X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=BUILD.md;h=88c610979be24890c9b262b0371b457978403020;hb=22524b1e1049e3594e04f66ec7fb9c97a06b9ac5;hp=074344d4ea8f3eb1ebb5cb6e36bdcbbc4bbd7afe;hpb=a84589699cde10664753af01cfde7ad5e1ef1f88;p=torbrowser-launcher.git diff --git a/BUILD.md b/BUILD.md index 074344d..88c6109 100644 --- a/BUILD.md +++ b/BUILD.md @@ -2,29 +2,30 @@ First, clone the repository: - git clone https://github.com/micahflee/torbrowser-launcher.git - cd torbrowser-launcher +```sh +git clone https://github.com/micahflee/torbrowser-launcher.git +cd torbrowser-launcher +``` Then install dependencies, build a package, and install: ### Debian, Ubuntu, Linux Mint, etc. - sudo apt-get install build-essential python-all python-stdeb python-gtk2 python-psutil python-twisted python-lzma wmctrl gnupg fakeroot xz-utils - ./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. +```sh +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 +``` ### Red Hat, Fedora, CentOS, etc. - sudo yum install python-psutil python-twisted wmctrl gnupg fakeroot rpm-build - ./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. +```sh +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 +``` ### 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` -