diff options
author | super3 <me@super3.org> | 2013-10-15 23:14:30 -0400 |
---|---|---|
committer | super3 <me@super3.org> | 2013-10-15 23:37:30 -0400 |
commit | 27e2d8bfb5678e79d956b9f1aa50c1b14177d748 (patch) | |
tree | a5eb2108ca9cc82af6f5e393608db80a456544cf /contrib/macdeploy/README.md | |
parent | dd9bd863cfc52c17753c75a983ea49870e9b1c53 (diff) |
Finished /Contrib Index. Standardized READMEs.
File and Link Fix.
Diffstat (limited to 'contrib/macdeploy/README.md')
-rw-r--r-- | contrib/macdeploy/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md new file mode 100644 index 0000000000..5f0611f20c --- /dev/null +++ b/contrib/macdeploy/README.md @@ -0,0 +1,19 @@ +### MacDeploy ### + +You will need the appscript package for the fancy disk image creation to work: + + sudo easy_install appscript + +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`. + |