summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-01-16 15:19:06 -0800
committerMicah Lee <micah@micahflee.com>2018-01-16 15:19:06 -0800
commitffe56c56559a5f6eb3154f52bae483f1e4ac624a (patch)
tree779faa9076319513e4d0eba9efadda34c7258ade /BUILD.md
parentf0d68f7e280f5bfeea34a8651fb8643ea2c80b02 (diff)
parent3d6309ba94ebbcab744a7dce2a9e036c2e57bf1a (diff)
downloadonionshare-ffe56c56559a5f6eb3154f52bae483f1e4ac624a.tar.gz
onionshare-ffe56c56559a5f6eb3154f52bae483f1e4ac624a.zip
Merge branch 'update_build_docs' of https://github.com/mig5/onionshare into mig5-update_build_docs
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 588685d0..71e50062 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -30,6 +30,8 @@ Create a .rpm on Fedora-like distros: `./install/build_rpm.sh`
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.
+
## Mac OS X
Install Xcode from the Mac App Store. Once it's installed, run it for the first time to set it up. Also, run this to make sure command line tools are installed: `xcode-select --install`. And finally, open Xcode, go to Preferences > Locations, and make sure under Command Line Tools you select an installed version from the dropdown. (This is required for installing Qt5.)