summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-08-15 09:09:52 +1000
committerMiguel Jacq <mig@mig5.net>2018-08-15 09:09:52 +1000
commit1b4c989f067e3db31a85571d5f20b65334bb6272 (patch)
tree3eb69ef4bda4bff107cf0cb790c53ac0b78568f7 /BUILD.md
parent1ad68c46d461f86e056285833a7e11f21cd61bcc (diff)
downloadonionshare-1b4c989f067e3db31a85571d5f20b65334bb6272.tar.gz
onionshare-1b4c989f067e3db31a85571d5f20b65334bb6272.zip
Add explicit dependency on rpm-build in the BUILD.md. Add a link to community-provided OpenSuSE instructions
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 77d5ee0e..4b87b98f 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -13,7 +13,7 @@ Install the needed dependencies:
For Debian-like distros: `apt install -y build-essential fakeroot python3-all python3-stdeb dh-python python3-flask python3-stem python3-pyqt5 python-nautilus python3-pytest tor obfs4proxy`
-For Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 python3-pytest nautilus-python tor obfs4`
+For Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 python3-pytest nautilus-python tor obfs4 rpm-build`
After that you can try both the CLI and the GUI version of OnionShare:
@@ -28,6 +28,8 @@ Create a .deb on Debian-like distros: `./install/build_deb.sh`
Create a .rpm on Fedora-like distros: `./install/build_rpm.sh`
+For OpenSuSE: There are instructions for building [in the wiki](https://github.com/micahflee/onionshare/wiki/Linux-Distribution-Support#opensuse-leap-150).
+
For ArchLinux: There is a PKBUILD available [here](https://aur.archlinux.org/packages/onionshare/) that can be used to install OnionShare.
If you find that these instructions don't work for your Linux distribution or version, consult the [Linux Distribution Support wiki guide](https://github.com/micahflee/onionshare/wiki/Linux-Distribution-Support), which might contain extra instructions.