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