You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jari Vetoniemi 44fbdf5b65 Unneeded argument. преди 10 години
bin Unneeded argument. преди 10 години
lib Add code. преди 10 години
src Make chck_buffer out/in to pi9_stream, update pi9_string with chck's преди 10 години
.gitmodules Add code. преди 10 години
CMakeLists.txt Add code. преди 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