Updated Building for Windows (markdown)

darkf 2016-12-05 09:19:27 -08:00
parent 9882baefe1
commit 9d409efea4

@ -90,4 +90,10 @@ mingw32-make -j4
#### Creating a static build (Optional) #### Creating a static build (Optional)
* Instead of installing `mingw-w64-x86_64-qt5` install `mingw-w64-x86_64-qt5-static` * Instead of installing `mingw-w64-x86_64-qt5` install `mingw-w64-x86_64-qt5-static`
* Add `-DMINGW_STATIC_BUILD` to the cmake command line * Add `-DMINGW_STATIC_BUILD` to the cmake command line
#### Building without Qt (Optional)
Doesn't require the rather large Qt dependency, but you will lack a GUI frontend.
* Pass the `-DENABLE_QT=no` flag to cmake