mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-24 05:49:27 -04:00
Added dh-python to build instructions. Closes #189
This commit is contained in:
parent
db75edf0a9
commit
52fd77d752
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -14,7 +14,7 @@ cd onionshare
|
||||||
Note that python-stem appears in Debian wheezy and newer (so by extension Tails 1.1 and newer), and it appears in Ubuntu 13.10 and newer. Older versions of Debian and Ubuntu aren't supported.
|
Note that python-stem appears in Debian wheezy and newer (so by extension Tails 1.1 and newer), and it appears in Ubuntu 13.10 and newer. Older versions of Debian and Ubuntu aren't supported.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-qt4
|
sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-qt4 dh-python
|
||||||
./install/build_deb.sh
|
./install/build_deb.sh
|
||||||
sudo dpkg -i deb_dist/onionshare_*.deb
|
sudo dpkg -i deb_dist/onionshare_*.deb
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue