summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-11-17 16:31:13 +0100
committergregory guy <gregory-tde@laposte.net>2020-11-17 16:31:13 +0100
commit17a1fd91159f59a36eddac7061afe6531143ff01 (patch)
tree4e0672f15ed86f1073c000bd25c88277200e2914 /INSTALL
parent4ee0745f55cba100da59f9ac4107b25ac92eadd4 (diff)
downloadtqca-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 <gregory-tde@laposte.net>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL29
1 files changed, 29 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..8c88833
--- /dev/null
+++ b/INSTALL
@@ -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