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 fe909f1a9e Add code. há 10 anos
bin Add code. há 10 anos
lib Add code. há 10 anos
src Add code. há 10 anos
.gitmodules Add code. há 10 anos
CMakeLists.txt Add code. há 10 anos
LICENSE Update readme and add license há 10 anos
README Update readme and add license há 10 anos

README

# 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