Blob


1 # installation guide
3 kamid has a short number of dependency, namely:
5 * libtls
6 * libevent
7 * readline
9 kamid uses the GNU autotools as build tool; assuming you have fetched either the release tarball or cloned locally the git repository, to build execute:
11 ```
12 $ ./autogen.sh # not needed when using the tarball
13 $ ./configure
14 $ make
15 # make install # eventually
16 ```
18 This should install a few programs:
20 * kamid - the daemon itself
21 * kamictl - a comman-line utility to manage the daemon
22 * kamiftp - an ftp(1)-like 9p client
23 * kamiproxy - a proxy for clients that speak 9p in cleartext
25 and the relative manpages.
27 => tutorial.EXT To set it up, proceed to the tutorial.