aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-11-04 10:22:55 -0400
committerGavin Andresen <gavinandresen@gmail.com>2011-11-04 10:22:55 -0400
commitf6aacbfe6d3d73dd83601a396c45d130add60313 (patch)
tree80bdaa78ca8ef2ee53f4757dd377e6e800cc8616 /doc
parent8c69b6621c6d0a03ddcb9e3c16ebed3af81497e9 (diff)
downloadbitcoin-f6aacbfe6d3d73dd83601a396c45d130add60313.tar.xz
Mac releases use macdeployqtplus
Diffstat (limited to 'doc')
-rw-r--r--doc/release-process.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt
index c487935ebb..f0e1ca28ca 100644
--- a/doc/release-process.txt
+++ b/doc/release-process.txt
@@ -74,7 +74,13 @@
* perform Mac build
- TODO: document process
+ qmake USE_SSL=1 USE_UPNP=1 bitcoin-qt.pro
+ make
+ export QTDIR=/opt/local/share/qt4
+ contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app -add-qt-tr de,ru -dmg -fancy contrib/macdeploy/fancy.plist
+
+ Build output expected:
+ Bitcoin-Qt.dmg
* upload source and builds to SourceForge