Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
Jari Vetoniemi 232f5c75f9 Allow skipping build of binaries. 10 lat temu
bin Unneeded argument. 10 lat temu
lib Add code. 10 lat temu
src Make chck_buffer out/in to pi9_stream, update pi9_string with chck's 10 lat temu
.gitmodules Add code. 10 lat temu
CMakeLists.txt Allow skipping build of binaries. 10 lat temu
LICENSE We are on 2015 10 lat temu
README.md Change to markdown readme 10 lat temu

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