|
hace 10 años | |
---|---|---|
bin | hace 10 años | |
lib | hace 10 años | |
src | hace 10 años | |
.gitmodules | hace 10 años | |
CMakeLists.txt | hace 10 años | |
LICENSE | hace 10 años | |
README | hace 10 años |
# 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