diff options
| author | gregory guy <gregory-tde@laposte.net> | 2020-11-17 16:09:59 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-19 18:42:35 +0100 |
| commit | 32f7f9bf4a67de6c9fb293baaa808e2c2c1c79d1 (patch) | |
| tree | 1f22de3a2c944a972d8330957befcf7d8da4af90 /INSTALL | |
| parent | f2f4e85d797e7134d4b17e1020d5f5aebfc511cf (diff) | |
| download | tqca-32f7f9bf.tar.gz tqca-32f7f9bf.zip | |
Drop tqmake build support.
Add basic cmake build instructions.
Rework of the README file.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 870f842909963dee7573d1ce55ded21d33f4a368)
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -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 |
