選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Jari Vetoniemi 7c187a83e2 Static analyze 10年前
bin Update chck 10年前
lib Static analyze 10年前
src Static analyze 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