diff options
author | gregory guy <[email protected]> | 2020-09-29 10:03:35 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-09-29 10:03:35 +0200 |
commit | 6851937dc142ee360fa0c84be439a41f01c6b45d (patch) | |
tree | 5df2242da820850bf7f9d476726114948102bd37 /INSTALL | |
parent | e378672008a5cbe55ed08d348721523cad7ee1a6 (diff) | |
download | smartcardauth-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-- | INSTALL | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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 |