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 cb95ac27e1 Async replys. 10 anos atrás
bin Async replys. 10 anos atrás
lib Update chck 10 anos atrás
src Async replys. 10 anos atrás
.gitmodules Add code. 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