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 cb95ac27e1 Async replys. 10 anni fa
bin Async replys. 10 anni fa
lib Update chck 10 anni fa
src Async replys. 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