From ff4381d6edd63c8bbe7156767dfed2f730679496 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 10 Jun 2014 21:10:37 -0700 Subject: [PATCH] updated OSX build instructions --- BUILD.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/BUILD.md b/BUILD.md index 96114398..56e599cc 100644 --- a/BUILD.md +++ b/BUILD.md @@ -21,16 +21,23 @@ Start by getting a copy of the source code: ## Mac OS X -*Note: These instructions are a work-in-progress. The OnionShare GUI doesn't yet work in Mac OS X.* +*Note: This is a work-in-progress. The OnionShare GUI doesn't yet work in Mac OS X. See https://github.com/micahflee/onionshare/issues/43 for progress.* -If you don't already have pip installed, install it like this: +Get a copy of the source code: - sudo easy_install pip + git clone https://github.com/micahflee/onionshare.git + cd onionshare -Then use pip to install py2app: +Install py2app (if you don't have pip installed, you can `sudo easy_install pip`): sudo pip install py2app +Then build the .app: + + python setup.py py2app + +Now you'll see `dist/OnionShare.app` with a nice icon. However, it won't run yet. + ## Windows *Note: Haven't started figuring this out yet.*