summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 6550e656866321cba3374f0bb7006739804ceead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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