summaryrefslogtreecommitdiff
path: root/system/kc/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/kc/README')
-rw-r--r--system/kc/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/kc/README b/system/kc/README
index b8b8f0ef4d..b88731412b 100644
--- a/system/kc/README
+++ b/system/kc/README
@@ -12,3 +12,12 @@ Features include (but not limited to):
* compiles and works on *BSD and Linux
* editline (libedit) and readline support
* clean and simple CLI with command and keychain completion
+
+This SlackBuild has build options to control some of its behavior:
+LIBSCRYPT: If this variable is set, kc will be built with scrypt
+ encrypted passwords support. It needs the libscrypt library
+ for this, that is also available from SBo.
+EDITLINE: If this variable is set, kc will use editline for its
+ command line interface. Otherwise readline will be used.
+ It needs the libedit library for this, that is also available
+ from SBo.