You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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