summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-11-17 16:09:59 +0100
committergregory guy <gregory-tde@laposte.net>2020-11-17 16:09:59 +0100
commit870f842909963dee7573d1ce55ded21d33f4a368 (patch)
treef5387adb0e1606b6622c21f4c4864760a7a4c336 /INSTALL
parent34bee4970fc2cbfa55d3781030297e087015828a (diff)
downloadtqca-870f8429.tar.gz
tqca-870f8429.zip
Drop tqmake build support.
Add basic cmake build instructions. Rework of the README file. Signed-off-by: gregory guy <gregory-tde@laposte.net>
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