libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

README (364B)


      1 libixp - simple 9P client-/server-library
      2 ===============================
      3 libixp is an extremly simple, stand-alone 9P library.
      4 
      5 
      6 Installation
      7 ------------
      8 Edit config.mk to match your local setup. libixp is installed into
      9 /usr/local by default.
     10 
     11 Afterwards enter the following command to build and install libixp
     12 (if necessary as root):
     13 
     14     $ make clean install