Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Jari Vetoniemi fe909f1a9e Add code. il y a 10 ans
bin Add code. il y a 10 ans
lib Add code. il y a 10 ans
src Add code. il y a 10 ans
.gitmodules Add code. il y a 10 ans
CMakeLists.txt Add code. il y a 10 ans
LICENSE Update readme and add license il y a 10 ans
README Update readme and add license il y a 10 ans

README

# pi9

9p server abstraction library

## Building

mkdir target && cd target # - create build target directory
cmake -DCMAKE_INSTALL_PREFIX=build .. # - run CMake, set install directory
make # - compile

## License

zlib, see LICENSE file for more information