No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Jari Vetoniemi 7c187a83e2 Static analyze hace 10 años
bin Update chck hace 10 años
lib Static analyze hace 10 años
src Static analyze hace 10 años
.gitmodules Fix submodule madness. hace 10 años
CMakeLists.txt Allow skipping build of binaries. hace 10 años
LICENSE We are on 2015 hace 10 años
README.md Change to markdown readme hace 10 años

README.md

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