Blob


1 # kamid -- 9p file server daemon
3 kamid is a FREE implementation of a 9p file server daemon for
4 UNIX-like systems.
7 ## Building
9 kamid depends on libtls, libevent and yacc/GNU bison. To build from a
10 release tarball:
12 ./configure
13 make
14 sudo make install # eventually
16 to build from a git checkout:
18 ./bootstrap
19 ./configure
20 make
23 ## License
25 kamid is released under a BSD-like license. The bulk of the code is
26 under the ISC license, but some file are BSD2 or BSD3.