Skip to content

Commit 41ea224

Browse files
committed
patch: USE_UPNP cases.
1 parent 7a80510 commit 41ea224

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ sudo cp -r DigitalNoted /usr/local/bin/DigitalNoted
148148

149149
**Recommended Without** UPNP:
150150
```
151-
qmake -qt=qt5 DigitalNote.daemon.pro USE_UPNP=-
151+
qmake -qt=qt5 DigitalNote.daemon.pro
152152
make -j 4
153153
sudo cp -r DigitalNoted /usr/local/bin/DigitalNoted
154154
```
@@ -165,7 +165,7 @@ export BDB_LIB_PATH="/usr/local/BerkeleyDB.6.2/lib"
165165

166166
With UPNP:
167167
```
168-
qmake -qt=qt5 DigitalNote.app.pro USE_DBUS=1 USE_QRCODE=1
168+
qmake -qt=qt5 DigitalNote.app.pro USE_UPNP=1 USE_DBUS=1 USE_QRCODE=1
169169
make -j 4
170170
```
171171

0 commit comments

Comments
 (0)