Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Jari Vetoniemi 29bdbd9947 CMake: Update warnings and compile flags. il y a 10 ans
bin CMake: Update warnings and compile flags. il y a 10 ans
lib CMake: Update warnings and compile flags. il y a 10 ans
src CMake: Update warnings and compile flags. il y a 10 ans
.gitmodules Track master branch. il y a 10 ans
CMakeLists.txt CMake: Update warnings and compile flags. il y a 10 ans
LICENSE We are on 2015 il y a 10 ans
README.md Change to markdown readme il y a 10 ans

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