Skip to content

Commit

Permalink
windows compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ12880 committed Jul 16, 2018
1 parent 2869e9f commit ad50075
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions compile-radium.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
i686-w64-mingw32.static-qmake-qt5 \
BOOST_LIB_SUFFIX=-mt \
BOOST_THREAD_LIB_SUFFIX=_win32-mt \
BOOST_INCLUDE_PATH=$MXE_INCLUDE_PATH/boost \
BOOST_LIB_PATH=$MXE_LIB_PATH \
OPENSSL_INCLUDE_PATH=$MXE_INCLUDE_PATH/openssl \
OPENSSL_LIB_PATH=$MXE_LIB_PATH \
BDB_INCLUDE_PATH=$MXE_INCLUDE_PATH \
BDB_LIB_PATH=$MXE_LIB_PATH \
MINIUPNPC_INCLUDE_PATH=$MXE_INCLUDE_PATH \
MINIUPNPC_LIB_PATH=$MXE_LIB_PATH \
QMAKE_LRELEASE=/mnt/mxe/usr/i686-w64-mingw32.static/qt5/bin/lrelease radium-qt.pro

make -f Makefile.Release

0 comments on commit ad50075

Please sign in to comment.