fujiankuan 5b0c4e1846 first commit hace 4 años
..
driver_rpc_server.pro 5b0c4e1846 first commit hace 4 años
driver_rpc_server.yaml 5b0c4e1846 first commit hace 4 años
echo.pb.cc 5b0c4e1846 first commit hace 4 años
echo.pb.h 5b0c4e1846 first commit hace 4 años
echo.proto 5b0c4e1846 first commit hace 4 años
main.cpp 5b0c4e1846 first commit hace 4 años
readme 5b0c4e1846 first commit hace 4 años

readme

https://blog.csdn.net/breaksoftware/article/details/81564405

sudo apt install make
sudo apt install gcc
sudo apt install g++
sudo apt install libleveldb-dev
sudo apt install libgflags-dev
sudo apt install openssl
sudo apt install libssl-dev


wget http://www.zlib.net/zlib-1.2.11.tar.gz .
tar -xzvf zlib-1.2.11.tar.gz
cd zlib-1.2.11
./configure -prefix=/usr
sudo make
sudo make install