mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-12 07:49:39 -05:00
changed gtk deps to qt4
This commit is contained in:
parent
f0e170913a
commit
785078957e
4
BUILD.md
4
BUILD.md
@ -11,13 +11,13 @@ Start by getting a copy of the source code:
|
||||
|
||||
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.
|
||||
|
||||
sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-webkit
|
||||
sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-qt4
|
||||
./build_deb.sh
|
||||
sudo dpkg -i deb_dist/onionshare_*.deb
|
||||
|
||||
*For .rpm-based distros (Red Hat, Fedora, CentOS):*
|
||||
|
||||
sudo yum install -y rpm-build python-flask python-stem pywebkitgtk
|
||||
sudo yum install -y rpm-build python-flask python-stem pyqt4
|
||||
./build_rpm.sh
|
||||
sudo yum install -y dist/onionshare-*.rpm
|
||||
|
||||
|
@ -6,7 +6,7 @@ VERSION=`cat version`
|
||||
rm -r build dist
|
||||
|
||||
# build binary package
|
||||
python setup.py bdist_rpm --requires="python-flask, python-stem, pywebkitgtk"
|
||||
python setup.py bdist_rpm --requires="python-flask, python-stem, pyqt4"
|
||||
|
||||
# install it
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user