Updated Building for Windows (markdown)
| @@ -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 | ||||||
		Reference in New Issue
	
	Block a user
	 darkf
					darkf