Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Jari Vetoniemi 3380e23f40 We should check for unequal here. 10 anni fa
bin We should check for unequal here. 10 anni fa
lib Update chck 10 anni fa
src Update chck 10 anni fa
.gitmodules Add code. 10 anni fa
CMakeLists.txt Allow skipping build of binaries. 10 anni fa
LICENSE We are on 2015 10 anni fa
README.md Change to markdown readme 10 anni fa

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