From 1137179b8828adc6a8e4d5aa8b3293c45b5eaf64 Mon Sep 17 00:00:00 2001 From: Gavin Bisesi Date: Sun, 13 Jul 2014 09:08:32 -0400 Subject: [PATCH] Add WITH_QT4 note to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca8796b4..61b44ed4 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ To compile: The following flags can be passed to `cmake`: -- `-DWITH_SERVER=1` build the server -- `-DWITHOUT_CLIENT=1` do not build the client +- `-DWITH_SERVER=1` Build the server +- `-DWITHOUT_CLIENT=1` Do not build the client +- `-DWITH_QT4=1` Force compilation to use Qt4 instead of Qt5. # Running