選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Jari Vetoniemi 7bb81ea426 Update chck. 9年前
CMake Update chck. 9年前
bin CMake: Refactor build files. 10年前
lib Update chck. 9年前
src CMake: Refactor build files. 10年前
.gitmodules Track master branch. 10年前
CMakeLists.txt CMake: Enable pic 10年前
LICENSE We are on 2015 10年前
README.md CMake: Handle compiler flags better 10年前

README.md

pi9

9p server abstraction library

Building

mkdir target && cd target                # - create build target directory
cmake -DCMAKE_BUILD_TYPE=Upstream ..     # - run CMake
make                                     # - compile

License

zlib, see LICENSE file for more information