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 Installation ------------ mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release .. make make install