Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Jari Vetoniemi 81b579568a CMake: Refactor build files. před 10 roky
bin CMake: Refactor build files. před 10 roky
lib CMake: Refactor build files. před 10 roky
src CMake: Refactor build files. před 10 roky
.gitmodules Track master branch. před 10 roky
CMakeLists.txt CMake: Refactor build files. před 10 roky
LICENSE We are on 2015 před 10 roky
README.md Change to markdown readme před 10 roky

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