Skip to content

Commit d8705ad

Browse files
authored
Update build-osx.md
Add additional compile steps for 2.0.0.4 and above.
1 parent 8b762bb commit d8705ad

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/build-osx.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,17 @@ DigitalNote-qt: Qt5 GUI Release for DigitalNote
111111
make
112112
python2.7 contrib/macdeploy/macdeployqtplus DigitalNote-Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy contrib/macdeploy/fancy.plist
113113
```
114+
115+
4. For builds upwards of 2.0.0.4 do the following instead of step 3.
116+
```
117+
cd DigitalNote
118+
cd src
119+
cd leveldb
120+
make libleveldb.a libmemenv.a
121+
cd ../../
122+
qmake DigitalNote.app.pro USE_UPNP=- USE_DBUS=1 USE_QRCODE=1 USE_UNITY_BUILD=1
123+
make -j 4
124+
python2.7 contrib/macdeploy/macdeployqtplus DigitalNote-qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy contrib/macdeploy/fancy.plist
125+
```
126+
114127

0 commit comments

Comments
 (0)