Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
Jari Vetoniemi fe909f1a9e Add code. 10 år sedan
bin Add code. 10 år sedan
lib Add code. 10 år sedan
src Add code. 10 år sedan
.gitmodules Add code. 10 år sedan
CMakeLists.txt Add code. 10 år sedan
LICENSE Update readme and add license 10 år sedan
README Update readme and add license 10 år sedan

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