Browse Source

Update qt-desktop-gui.md

pull/15/head
mewmew-i2p 6 years ago committed by GitHub
parent
commit
694da6f91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/devs/building/qt-desktop-gui.md

2
docs/devs/building/qt-desktop-gui.md

@ -35,7 +35,7 @@ git clone https://github.com/PurpleI2P/i2pd.git @@ -35,7 +35,7 @@ git clone https://github.com/PurpleI2P/i2pd.git
cd i2pd
git checkout openssl
export MINGW='mingw32'
export PATH=/$MINGW/bin:/usr/bin
export PATH=/$MINGW/bin:/usr/bin:/mingw32/qt5-static/bin
cd qt/i2pd_qt
qmake
make USE_UPNP=yes

Loading…
Cancel
Save