Fix typos & update link in INSTALL.md

This commit is contained in:
Michael Ford 2015-01-14 22:19:06 +08:00
parent d16077b109
commit 28f8c4d284
2 changed files with 7 additions and 8 deletions

View File

@ -4,10 +4,10 @@ For an up-to-date version of these instructions, please visit the
[Bitmessage Wiki](https://bitmessage.org/wiki/Compiling_instructions). [Bitmessage Wiki](https://bitmessage.org/wiki/Compiling_instructions).
PyBitmessage can be run either straight from source or from an installed PyBitmessage can be run either straight from source or from an installed
packaged. package.
##Dependencies ##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. installed on your system.
Here's a list of dependencies needed for PyBitmessage Here's a list of dependencies needed for PyBitmessage
@ -42,7 +42,7 @@ cd PyBitmessage/ && python src/bitmessagemain.py
That's it! *Honestly*! That's it! *Honestly*!
####Windows ####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). [here](https://bitmessage.org/download/windows/Bitmessage.exe).
However, if you would like to run PyBitmessage via Python in Windows, you can 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 ####OS X
First off, install Homebrew. 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 Now, install the required dependencies
``` ```
brew install python pyqt brew install git python pyqt
brew install git
``` ```
Download and run PyBitmessage: Download and run PyBitmessage:

4
osx.sh
View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
# OS X Build script wrapper around the py2app script. # 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 # 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" export ARCHFLAGS="-arch i386 -arch x86_64"