選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Jari Vetoniemi 232f5c75f9 Allow skipping build of binaries. 10年前
bin Unneeded argument. 10年前
lib Add code. 10年前
src Make chck_buffer out/in to pi9_stream, update pi9_string with chck's 10年前
.gitmodules Add code. 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