選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Ludovic 'Archivist' Lagouardette 4a3225d99e Fixed missed include 2ヶ月前
CMake CMake: Update compiler flags 9年前
bin CMake: Refactor build files. 10年前
src Fixed missed include 2ヶ月前
.gitmodules Packed the library for ease of use 2ヶ月前
CMakeLists.txt Fixed missed include 2ヶ月前
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