mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 15:29:42 -05:00
updated OSX build instructions
This commit is contained in:
parent
1cb31b922d
commit
ff4381d6ed
15
BUILD.md
15
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.*
|
||||
|
Loading…
Reference in New Issue
Block a user