25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jari Vetoniemi 5a2c06178d pi9.c: Check that pi9->stream exists. 10 년 전
bin CMake: Update warnings and compile flags. 10 년 전
lib CMake: Update warnings and compile flags. 10 년 전
src pi9.c: Check that pi9->stream exists. 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