Blob


1 # installation guide
3 kamid has a short number of dependency, namely:
5 * libtls
6 * libevent
8 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:
10 ```
11 $ ./autogen.sh # not needed when using the tarball
12 $ ./configure
13 $ make
14 # make install # eventually
15 ```
17 This should install a few programs:
19 * kamid - the daemon itself
20 * kamictl - a comman-line utility to manage the daemon
21 * kamiftp - an ftp(1)-like 9p client
23 and the relative manpages.
25 => tutorial.EXT To set it up, proceed to the tutorial.