Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Jari Vetoniemi 7c187a83e2 Static analyze 10 anos atrás
bin Update chck 10 anos atrás
lib Static analyze 10 anos atrás
src Static analyze 10 anos atrás
.gitmodules Fix submodule madness. 10 anos atrás
CMakeLists.txt Allow skipping build of binaries. 10 anos atrás
LICENSE We are on 2015 10 anos atrás
README.md Change to markdown readme 10 anos atrás

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