25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
Jari Vetoniemi 81b579568a CMake: Refactor build files. 10 yıl önce
bin CMake: Refactor build files. 10 yıl önce
lib CMake: Refactor build files. 10 yıl önce
src CMake: Refactor build files. 10 yıl önce
.gitmodules Track master branch. 10 yıl önce
CMakeLists.txt CMake: Refactor build files. 10 yıl önce
LICENSE We are on 2015 10 yıl önce
README.md Change to markdown readme 10 yıl önce

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