Updated Building for Windows (markdown)
parent
9882baefe1
commit
9d409efea4
1 changed files with 7 additions and 1 deletions
|
@ -90,4 +90,10 @@ mingw32-make -j4
|
|||
#### Creating a static build (Optional)
|
||||
|
||||
* 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
|
Loading…
Reference in a new issue