summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-09-29 10:03:35 +0200
committergregory guy <[email protected]>2020-09-29 10:03:35 +0200
commit6851937dc142ee360fa0c84be439a41f01c6b45d (patch)
tree5df2242da820850bf7f9d476726114948102bd37 /INSTALL
parente378672008a5cbe55ed08d348721523cad7ee1a6 (diff)
downloadsmartcardauth-6851937dc142ee360fa0c84be439a41f01c6b45d.tar.gz
smartcardauth-6851937dc142ee360fa0c84be439a41f01c6b45d.zip
Drop makefile build support.
Add basic cmake build instructions. Add a README file. Some cosmetics. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL23
1 files changed, 23 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..f8c2a23
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,23 @@
+Basic Installation
+==================
+
+smartcardauth relies on cmake to build.
+
+Here are suggested default options:
+
+ -DCMAKE_INSTALL_PREFIX="/usr" \
+ -DCONFIG_INSTALL_DIR="/etc/trinity" \
+ -DSYSCONF_INSTALL_DIR="/etc" \
+ -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_VERBOSE_MAKEFILE="ON" \
+ -DCMAKE_SKIP_RPATH="OFF" \
+ -DWITH_ALL_OPTIONS="ON"
+
+
+Requirements:
+=============
+
+- gnutls
+- openssl
+- libpkcs11-helper