mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Updated build instructions and script for RPM based distros
This commit is contained in:
parent
42696cde91
commit
fdca383d31
2 changed files with 6 additions and 4 deletions
|
@ -9,9 +9,9 @@ VERSION=`cat version`
|
|||
rm -r build dist >/dev/null 2>&1
|
||||
|
||||
# build binary package
|
||||
python setup.py bdist_rpm --requires="python-flask, python-stem, pyqt4"
|
||||
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5"
|
||||
|
||||
# install it
|
||||
echo ""
|
||||
echo "To install, run:"
|
||||
echo "sudo yum install dist/onionshare-$VERSION-1.noarch.rpm"
|
||||
echo "sudo dnf install dist/onionshare-$VERSION-1.noarch.rpm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue