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 ad31e598bc Turn off verbose. hace 10 años
bin Whitespace. hace 10 años
lib Update chck hace 10 años
src Turn off verbose. hace 10 años
.gitmodules Add code. 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