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 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