You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
461 B
16 lines
461 B
11 years ago
|
### MacDeploy ###
|
||
|
|
||
|
For Snow Leopard (which uses [Python 2.6](http://www.python.org/download/releases/2.6/)), you will need the param_parser package:
|
||
|
|
||
|
sudo easy_install argparse
|
||
|
|
||
|
This script should not be run manually, instead, after building as usual:
|
||
|
|
||
|
make deploy
|
||
|
|
||
|
During the process, the disk image window will pop up briefly where the fancy
|
||
|
settings are applied. This is normal, please do not interfere.
|
||
|
|
||
|
When finished, it will produce `Bitcoin-Qt.dmg`.
|
||
|
|