Created
June 16, 2013 04:33
-
-
Save jwilkins/5790778 to your computer and use it in GitHub Desktop.
bitmessage setup notes (OSX 10.8)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install python qt cryptopp swig sip qt | |
wget http://download.sf.net/project/pyqt/sip/sip-4.13.3/sip-4.13.3.tar.gz | |
tar xf sip-4.13.3.tar.gz | |
cd sip-4.13.3 | |
python configure.py | |
make && make install | |
wget http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-4.10.2-snapshot-11b3001947c9.tar.gz | |
tar xf PyQt-x11-gpl-4.10.2-snapshot-11b3001947c9.tar.gz | |
cd PyQt-x11-gpl-4.10.2-snapshot-11b3001947c9 | |
python configure.py | |
make && make install | |
git clone git://github.com/Bitmessage/PyBitmessage.git | |
cd PyBitmessage | |
python src/bitmessagemain.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment