installation.md (hitch-1.7.0) | : | installation.md (hitch-1.7.2) | ||
---|---|---|---|---|
skipping to change at line 15 | skipping to change at line 15 | |||
libev >= 4 | libev >= 4 | |||
openssl (recent, >=1.0.0 recommended) | openssl (recent, >=1.0.0 recommended) | |||
hitch currently works on Linux, OpenBSD, FreeBSD, and MacOSX. | hitch currently works on Linux, OpenBSD, FreeBSD, and MacOSX. | |||
It has been tested the most heavily on Linux/x86_64. | It has been tested the most heavily on Linux/x86_64. | |||
## Installing from source | ## Installing from source | |||
Install prerequisites on Debian based systems: | Install prerequisites on Debian based systems: | |||
$ sudo apt-get install libev-dev libssl-dev automake python-docutils flex bi son pkg-config | $ sudo apt-get install libev-dev libssl-dev automake python-docutils flex bi son pkg-config make | |||
To install `hitch`: | To install `hitch`: | |||
$ ./bootstrap # if running from git | $ ./bootstrap # if running from git | |||
$ make | $ make | |||
$ sudo make install | $ sudo make install | |||
This will install Hitch to /usr/local/, unless you override the destination | This will install Hitch to /usr/local/, unless you override the destination | |||
with ./bootstap --prefix=/foo (as usual) | with ./bootstap --prefix=/foo (as usual) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |