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 29bdbd9947 CMake: Update warnings and compile flags. 10 lat temu
bin CMake: Update warnings and compile flags. 10 lat temu
lib CMake: Update warnings and compile flags. 10 lat temu
src CMake: Update warnings and compile flags. 10 lat temu
.gitmodules Track master branch. 10 lat temu
CMakeLists.txt CMake: Update warnings and compile flags. 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