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 ee6c001746 Update readme and add license 10 anos atrás
LICENSE Update readme and add license 10 anos atrás
README Update readme and add license 10 anos atrás

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