hitch
requires:
libev >= 4
openssl (recent, >=1.0.0 recommended)
hitch currently works on Linux, OpenBSD, FreeBSD, and MacOSX. It has been tested the most heavily on Linux/x86_64.
Install prerequisites on Debian based systems:
$ sudo apt-get install libev-dev libssl-dev automake python-docutils flex bison pkg-config make
To install hitch
:
$ ./bootstrap # if running from git
$ make
$ sudo make install
This will install Hitch to /usr/local/, unless you override the destination with ./bootstap –prefix=/foo (as usual)
Note: ./bootstrap calls ./configure, and passes on its parameters.
FreeBSD
From packages:
$ pkg install hitch
From ports:
$ cd /usr/ports/security/hitch && make install clean
Initialization scripts to start hitch automatically can be found in the wiki.