Merge pull request #765 from fanquake/osx_install
Fix typos & update link in INSTALL.md
This commit is contained in:
commit
3384869299
11
INSTALL.md
11
INSTALL.md
|
@ -4,10 +4,10 @@ For an up-to-date version of these instructions, please visit the
|
|||
[Bitmessage Wiki](https://bitmessage.org/wiki/Compiling_instructions).
|
||||
|
||||
PyBitmessage can be run either straight from source or from an installed
|
||||
packaged.
|
||||
package.
|
||||
|
||||
##Dependencies
|
||||
Before running PyBitmessage, make sure you have all the needed dependencies
|
||||
Before running PyBitmessage, make sure you have all the necessary dependencies
|
||||
installed on your system.
|
||||
|
||||
Here's a list of dependencies needed for PyBitmessage
|
||||
|
@ -42,7 +42,7 @@ cd PyBitmessage/ && python src/bitmessagemain.py
|
|||
That's it! *Honestly*!
|
||||
|
||||
####Windows
|
||||
In Windows you can download an executable for Bitmessage
|
||||
On Windows you can download an executable for Bitmessage
|
||||
[here](https://bitmessage.org/download/windows/Bitmessage.exe).
|
||||
|
||||
However, if you would like to run PyBitmessage via Python in Windows, you can
|
||||
|
@ -52,13 +52,12 @@ information on how to do so.
|
|||
####OS X
|
||||
First off, install Homebrew.
|
||||
```
|
||||
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
|
||||
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
```
|
||||
|
||||
Now, install the required dependencies
|
||||
```
|
||||
brew install python pyqt
|
||||
brew install git
|
||||
brew install git python pyqt
|
||||
```
|
||||
|
||||
Download and run PyBitmessage:
|
||||
|
|
4
osx.sh
4
osx.sh
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# OS X Build script wrapper around the py2app script.
|
||||
# These build can only be generated on OS X.
|
||||
# This build can only be generated on OS X.
|
||||
# Requires all build dependencies for Bitmessage
|
||||
# Especially important is openssl installed through brew
|
||||
# Especially important is OpenSSL installed through brew
|
||||
|
||||
export ARCHFLAGS="-arch i386 -arch x86_64"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user