Add release process for Mac OS X.
[electrum-nvc.git] / README
1 Electrum - lightweight Bitcoin client
2
3 Licence: GNU GPL v3
4 Author: thomasv@gitorious
5 Language: Python
6 Homepage: http://ecdsa.org/electrum
7
8
9 == INSTALL ==
10
11   sudo python setup.py install
12
13
14 == RUN ==
15
16 To start Electrum in GUI mode, type:
17
18   electrum
19
20 == HELP ==
21
22 Up-to-date information and documentation is on the wiki:
23 https://en.bitcoin.it/wiki/Electrum
24
25
26 == HOW OFFICIAL PACKAGES ARE CREATED ==
27
28 python mki18n.py
29 pyrcc4 icons.qrc -o lib/icons_rc.py
30 python setup.py sdist --format=zip,gztar
31
32 On Mac OS X:
33
34   sudo python setup-release.py py2app
35   sudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-v0.61-macosx.dmg
36
37
38 == BROWSER CONFIGURATION ==
39
40 see http://ecdsa.org/bitcoin_URIs.html