summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL24
1 files changed, 15 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 8dd3409..c42fedd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,18 @@
-Installing QCA
---------------
+Basic Installation
+==================
-Installation should be straightforward:
+tqca relies on cmake to build.
- ./configure
- make
- make install
+Here are suggested default options:
-NOTE: You may also need to run '/sbin/ldconfig' or a similar tool to
- get the new library files recognized by the system. If you are
- using Linux, just run it for good measure.
+ -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
+ -DCMAKE_SKIP_RPATH="OFF" \
+ -DCMAKE_VERBOSE_MAKEFILE="ON" \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DWITH_ALL_OPTIONS="ON"
+
+
+Requirements:
+=============
+
+- tqtinterface