Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
Jari Vetoniemi 81b579568a CMake: Refactor build files. 10 lat temu
bin CMake: Refactor build files. 10 lat temu
lib CMake: Refactor build files. 10 lat temu
src CMake: Refactor build files. 10 lat temu
.gitmodules Track master branch. 10 lat temu
CMakeLists.txt CMake: Refactor build files. 10 lat temu
LICENSE We are on 2015 10 lat temu
README.md Change to markdown readme 10 lat temu

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