aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2117d18..9f6368d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -46,6 +46,12 @@ and without debug information:
./configure --disable-static CXX=g++-4.5 CXXFLAGS=-O3
+Note that if you are using Qt5 and building a static library, then you
+may have to manually add the -fPIC C++ compiler flag to satisfy the Qt5
+requirements, for example:
+
+./configure CXXFLAGS="-fPIC -O3"
+
Once configuration is complete, run make to build libodb-qt:
make