aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy/notes.txt
diff options
context:
space:
mode:
authorp2k <patrick.p2k.schneider@gmail.com>2012-01-19 21:45:49 +0100
committerGavin Andresen <gavinandresen@gmail.com>2012-02-06 09:33:12 -0500
commitf118b5fc5d4376bb314687d8d272e39bb95f8291 (patch)
tree68e6485a887536ff6834eaf2ef9610e917214aaa /contrib/macdeploy/notes.txt
parentf69b82e78a16ea2ab124663414e6b2902b1b05e0 (diff)
downloadbitcoin-f118b5fc5d4376bb314687d8d272e39bb95f8291.tar.xz
miniupnpc Porfile removed; new and improved macdeployqtplus
* My patch for miniupnpc has made it into the latest MacPorts release: https://trac.macports.org/ticket/31354 * Documentation has been changed appropriately * New pure-Python macdeployqt; leverages all problems with the stock macdeployqt
Diffstat (limited to 'contrib/macdeploy/notes.txt')
-rw-r--r--contrib/macdeploy/notes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/macdeploy/notes.txt b/contrib/macdeploy/notes.txt
index 0654ff7169..a3f0b5447d 100644
--- a/contrib/macdeploy/notes.txt
+++ b/contrib/macdeploy/notes.txt
@@ -6,7 +6,7 @@ You will need the appscript package for the fancy disk image creation to work.
Install it by invoking "sudo easy_install appscript".
Ths script should be invoked in the target directory like this:
-$source_dir/contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app -add-qt-tr de,es,ru -dmg -fancy $source_dir/contrib/macdeploy/fancy.plist
+$source_dir/contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy $source_dir/contrib/macdeploy/fancy.plist -verbose 2
During the process, the disk image window will pop up briefly where the fancy
settings are applied. This is normal, please do not interfere.
@@ -19,7 +19,7 @@ Fill in the following.
Enable custom process step: [x]
Command: %{sourceDir}/contrib/macdeploy/macdeployqtplus
Working directory: %{buildDir}
-Command arguments: Bitcoin-Qt.app -add-qt-tr de,ru -dmg -fancy %{sourceDir}/contrib/macdeploy/fancy.plist
+Command arguments: Bitcoin-Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy %{sourceDir}/contrib/macdeploy/fancy.plist -verbose 2
After that you can start the deployment process through the menu with
Build -> Deploy Project "bitcoin-qt"