summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-08-09 20:51:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-08-09 20:51:04 +0200
commit26f76b426fdf81cf6d322f1babf8443997aec864 (patch)
tree28e0e246006345b96fe73c0cff889bd672d7cfaa /INSTALL
parentea5bfbe09acd946d754a7b77c8d4adc8fca7278d (diff)
downloadcssh-26f76b426fdf81cf6d322f1babf8443997aec864.tar.gz
cssh-26f76b426fdf81cf6d322f1babf8443997aec864.tar.bz2
added an INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..3ac302f
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,11 @@
+Requirements
+------------
+
+Currently tested on Arch Linux.
+
+Building cssh requires:
+ * a C99 compiler
+ * cmake build system
+ * libssh: implementation of the SSH protocol
+ * gengetopt: for generating the argument parser and the help usage
+