]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Update build instructions to make python-gpg optional
authorMicah Lee <micah@micahflee.com>
Fri, 7 Apr 2017 23:39:41 +0000 (16:39 -0700)
committerMicah Lee <micah@micahflee.com>
Fri, 7 Apr 2017 23:39:41 +0000 (16:39 -0700)
BUILD.md

index 35d0aef8567e5f4c1bce899099bf38f50587808b..eaff7bcf8bae605c30d3e8feb73ca525bfa04c6e 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -12,7 +12,9 @@ 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 python-gpg
+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
 ./build_deb.sh
 sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
 ```