Não pode escolher mais do que 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. há 10 anos
bin CMake: Update warnings and compile flags. há 10 anos
lib CMake: Update warnings and compile flags. há 10 anos
src pi9.c: Check that pi9->stream exists. há 10 anos
.gitmodules Track master branch. há 10 anos
CMakeLists.txt CMake: Update warnings and compile flags. há 10 anos
LICENSE We are on 2015 há 10 anos
README.md Change to markdown readme há 10 anos

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