package
Version:
v0.6.1
Opens a new window with list of versions in this module.
Published: Nov 12, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Protobuf
##Construct build environment
-
Install g++
g++ version should be no less than 7. For ubuntu operator system, please follow these steps:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install g++-7 -y
-
Install Protocol Buffers Library
Please follow this document to install protocol buffers library.
-
Install libjsoncpp-dev
sudo apt-get install libjsoncpp-dev
sudo ln -s /usr/include/jsoncpp/json/ /usr/include/json
##Build
- Build cpp to library:
make build
- Clean the library
make clean
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.