Skip to content

Instantly share code, notes, and snippets.

@jwilkins
Created June 16, 2013 04:33
Show Gist options
  • Save jwilkins/5790778 to your computer and use it in GitHub Desktop.
Save jwilkins/5790778 to your computer and use it in GitHub Desktop.
bitmessage setup notes (OSX 10.8)
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