centos install protobuf
Opened this issue · 0 comments
etaf commented
get src
$ ./configure --prefix=/usr
$ make
$ make install
sudo vim /etc/profile
add content:
PKG_CONFIG_PATH="/usr/lib/pkgconfig/:$PKG_CONFIG_PATH"
export PKG_CONFIG_PATH
Opened this issue · 0 comments
get src
$ ./configure --prefix=/usr
$ make
$ make install
sudo vim /etc/profile
add content:
PKG_CONFIG_PATH="/usr/lib/pkgconfig/:$PKG_CONFIG_PATH"
export PKG_CONFIG_PATH