Added python-nautilus as a dependency (#293)

This commit is contained in:
Micah Lee 2016-06-10 18:03:34 -07:00
parent a8f8bd9ef4
commit b2858de6ee
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ cd onionshare
Then install the needed dependencies: Then install the needed dependencies:
```sh ```sh
sudo apt-get install -y python3-flask python3-stem python3-pyqt5 sudo apt-get install -y python3-flask python3-stem python3-pyqt5 python-nautilus
``` ```
After that you can try both the CLI and the GUI version of OnionShare: After that you can try both the CLI and the GUI version of OnionShare:
@ -27,7 +27,7 @@ After that you can try both the CLI and the GUI version of OnionShare:
A script to build a .deb package and install OnionShare easily is also provided for your convenience: A script to build a .deb package and install OnionShare easily is also provided for your convenience:
```sh ```sh
sudo apt-get install -y build-essential fakeroot python3-all python3-stdeb dh-python sudo apt-get install -y build-essential fakeroot python3-all python3-stdeb dh-python python-nautilus
./install/build_deb.sh ./install/build_deb.sh
sudo dpkg -i deb_dist/onionshare_*.deb sudo dpkg -i deb_dist/onionshare_*.deb
``` ```
@ -36,7 +36,7 @@ Note that OnionShare uses stdeb to generate Debian packages, and `python3-stdeb`
*For .rpm-based distros (Red Hat, Fedora, CentOS):* *For .rpm-based distros (Red Hat, Fedora, CentOS):*
```sh ```sh
sudo sudo dnf install -y rpm-build python3-flask python3-stem python3-qt5 sudo sudo dnf install -y rpm-build python3-flask python3-stem python3-qt5 nautilus-python
./install/build_rpm.sh ./install/build_rpm.sh
sudo yum install -y dist/onionshare-*.rpm sudo yum install -y dist/onionshare-*.rpm
``` ```

View File

@ -9,7 +9,7 @@ VERSION=`cat resources/version.txt`
rm -r build dist >/dev/null 2>&1 rm -r build dist >/dev/null 2>&1
# build binary package # build binary package
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5" python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, nautilus-python"
# install it # install it
echo "" echo ""

View File

@ -1,6 +1,6 @@
[DEFAULT] [DEFAULT]
Package3: onionshare Package3: onionshare
Depends3: python3-flask, python3-stem, python3-pyqt5 Depends3: python3-flask, python3-stem, python3-pyqt5, python-nautilus
Build-Depends3: python3-nose, python3-flask, python3-stem, python3-pyqt5 Build-Depends3: python3-nose, python3-flask, python3-stem, python3-pyqt5
Build-Depends: python3-nose, python3-flask, python3-stem, python3-pyqt5 Build-Depends: python3-nose, python3-flask, python3-stem, python3-pyqt5
Suite: wily Suite: wily