From 9d409efea41801cac7639f559482542520586384 Mon Sep 17 00:00:00 2001 From: darkf Date: Mon, 5 Dec 2016 09:19:27 -0800 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 6ffdad1..2e573b5 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -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 \ No newline at end of file + * 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 \ No newline at end of file