diff options
author | gregory guy <[email protected]> | 2020-11-17 16:31:13 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-11-17 16:31:13 +0100 |
commit | 17a1fd91159f59a36eddac7061afe6531143ff01 (patch) | |
tree | 4e0672f15ed86f1073c000bd25c88277200e2914 /INSTALL | |
parent | 4ee0745f55cba100da59f9ac4107b25ac92eadd4 (diff) | |
download | tqca-tls-17a1fd91159f59a36eddac7061afe6531143ff01.tar.gz tqca-tls-17a1fd91159f59a36eddac7061afe6531143ff01.zip |
Drop tqmake build support.
Add basic cmake build instructions.
Rework of the README file.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ +Basic Installation +================== + +tqca-tls relies on cmake to build. + +Here are suggested default options: + + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ + -DCMAKE_INSTALL_PREFIX="/usr" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DWITH_ALL_OPTIONS="ON" + + + +Requirements: +============= + +- OpenSSL + + +Optional: +========= + +- tqca |