您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
Jari Vetoniemi 72cc7ab7a2 Fix submodule madness. 10 年前
bin Update chck 10 年前
lib Update chck 10 年前
src Update chck 10 年前
.gitmodules Fix submodule madness. 10 年前
CMakeLists.txt Allow skipping build of binaries. 10 年前
LICENSE We are on 2015 10 年前
README.md Change to markdown readme 10 年前

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