Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Jari Vetoniemi 29bdbd9947 CMake: Update warnings and compile flags. 10 лет назад
bin CMake: Update warnings and compile flags. 10 лет назад
lib CMake: Update warnings and compile flags. 10 лет назад
src CMake: Update warnings and compile flags. 10 лет назад
.gitmodules Track master branch. 10 лет назад
CMakeLists.txt CMake: Update warnings and compile flags. 10 лет назад
LICENSE We are on 2015 10 лет назад
README.md Change to markdown readme 10 лет назад

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