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 5a2c06178d pi9.c: Check that pi9->stream exists. 10 anos atrás
bin CMake: Update warnings and compile flags. 10 anos atrás
lib CMake: Update warnings and compile flags. 10 anos atrás
src pi9.c: Check that pi9->stream exists. 10 anos atrás
.gitmodules Track master branch. 10 anos atrás
CMakeLists.txt CMake: Update warnings and compile flags. 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