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 3380e23f40 We should check for unequal here. hace 10 años
bin We should check for unequal here. hace 10 años
lib Update chck hace 10 años
src Update chck 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