diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-02-29 21:04:56 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-02-29 21:04:56 -0500 |
commit | 50abb5516da51fc518fe363bd445afbab70c71ec (patch) | |
tree | 6b2799749bbe7d95fb1d25db368e8f100dbe4286 /doc/release-process.txt | |
parent | 038fedccabc9e52b3bac2caf4253164d0fb4482e (diff) |
Updated Mac build process
Diffstat (limited to 'doc/release-process.txt')
-rw-r--r-- | doc/release-process.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index ea9ead47fe..977780c9e7 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -76,11 +76,14 @@ release; note that a patched version of macdeployqt is not needed anymore, as the required functionality and fixes are implemented directly in macdeployqtplus: http://gavintech.blogspot.com/2011/11/deploying-bitcoin-qt-on-osx.html - qmake USE_SSL=1 USE_UPNP=1 bitcoin-qt.pro + Gavin also had trouble with the macports py27-appscript package; he + ended up installing a version that worked with: /usr/bin/easy_install-2.7 appscript + + qmake RELEASE=1 USE_SSL=1 USE_UPNP=1 USE_QRCODE=1 bitcoin-qt.pro make export QTDIR=/opt/local/share/qt4 # needed to find translations/qt_*.qm files T=$(contrib/qt_translations.py $QTDIR/translations src/qt/locale) - contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app -add-qt-tr $T -dmg -fancy contrib/macdeploy/fancy.plist + python2.7 contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app -add-qt-tr $T -dmg -fancy contrib/macdeploy/fancy.plist Build output expected: Bitcoin-Qt.dmg |