Steward
分享是一種喜悅、更是一種幸福
手機 - Motorola XT897 - Sailfish OS 4.4.0.68 - Build NanoPB
參考資訊:
https://github.com/nanopb/nanopb
$ cd
$ git clone https://github.com/nanopb/nanopb --recursive
$ mkdir -p nanopb/build
$ cd nanopb/build
$ vim ../CMakeLists.txt
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
$ cmake ..
$ make -j4
$ sudo make install