選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Jari Vetoniemi 29bdbd9947 CMake: Update warnings and compile flags. 10年前
bin CMake: Update warnings and compile flags. 10年前
lib CMake: Update warnings and compile flags. 10年前
src CMake: Update warnings and compile flags. 10年前
.gitmodules Track master branch. 10年前
CMakeLists.txt CMake: Update warnings and compile flags. 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