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 f79aed0821 Whitespace. 10 vuotta sitten
bin Whitespace. 10 vuotta sitten
lib Update chck 10 vuotta sitten
src For loop to nwelemn 10 vuotta sitten
.gitmodules Add code. 10 vuotta sitten
CMakeLists.txt Allow skipping build of binaries. 10 vuotta sitten
LICENSE We are on 2015 10 vuotta sitten
README.md Change to markdown readme 10 vuotta sitten

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