# Conflicts: # .gitignore # contrib/seeds/README.md # doc/README.md # doc/README_windows.txt # doc/release-process.md # qa/rpc-tests/README.md # src/Makefile.qt.include # src/Makefile.qttest.include # src/Makefile.test.include # src/bitcoind.cpp # src/qt/forms/intro.ui # src/qt/test/test_main.cpp # src/rpc/mining.cpp # src/rpc/rawtransaction.cpp # src/validation.cpp # src/wallet/rpcdump.cpp # src/wallet/rpcwallet.cpp
16 lines
464 B
Markdown
16 lines
464 B
Markdown
### 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 `Litecoin-Core.dmg`.
|
|
|