summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-01-17 14:26:31 -0800
committerMicah Lee <micah@micahflee.com>2018-01-17 14:26:31 -0800
commit09f09c7d44d17aa0bfdf91bebec9deadc5d8feae (patch)
treee477155bcc8a68cc320916f809b9aade1f545ea8 /BUILD.md
parent790d07a4e7112991a80d3100d25b076b9d6059be (diff)
parent4261670b594617a6984f8ee2c5b3a6f98be58f55 (diff)
downloadonionshare-09f09c7d44d17aa0bfdf91bebec9deadc5d8feae.tar.gz
onionshare-09f09c7d44d17aa0bfdf91bebec9deadc5d8feae.zip
Merge branch 'master' of github.com:micahflee/onionshare into windows-1.2
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 31c88c4f..7cb965f1 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.)