mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-23 09:29:42 +00:00
Update build scripts and dependencies
This commit is contained in:
parent
2b854d436c
commit
467fd098c8
4
BUILD.md
4
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 tor
|
||||
sudo apt-get install build-essential dh-python python3-all python3-stdeb python3-qt5 python3-gpg python3-requests python3-socks
|
||||
./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 tor
|
||||
sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks
|
||||
./build_rpm.sh
|
||||
sudo yum install dist/torbrowser-launcher-*.rpm
|
||||
```
|
||||
|
@ -6,7 +6,7 @@ VERSION=`cat share/torbrowser-launcher/version`
|
||||
rm -r build dist
|
||||
|
||||
# build binary package
|
||||
python setup.py bdist_rpm --requires="python-twisted, gnupg, fakeroot, pygtk2, python2-gpg"
|
||||
python setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks"
|
||||
|
||||
# install it
|
||||
echo ""
|
||||
|
@ -1,6 +1,6 @@
|
||||
[DEFAULT]
|
||||
Package: torbrowser-launcher
|
||||
Depends: python-gtk2, python-twisted, python-lzma, gnupg, xz-utils
|
||||
Depends: python3-qt5, python3-gpg, python3-requests, python3-socks
|
||||
Build-Depends: dh-python
|
||||
Recommends: python-pygame, python-txsocksx, tor
|
||||
Suite: trusty
|
||||
Recommends: tor
|
||||
Suite: artful
|
||||
|
Loading…
Reference in New Issue
Block a user