linux 下 protobuf 安裝配置

一、下載protobuf http://code.google.com/p/protobuf/downloads/list  google

二、  安裝spa

1) 使用命令解壓:tar -zxvf protobuf-2.5.0.tar.gz -C /home/protobuf/code

進入解壓目錄,執行如下命令:get

$ ./configure 
$  make 
$  make check 
$  make install 
$ ldconfig 
io

2)  使用root用戶來安裝給全部用戶使用變量

在/etc/profile文件中配置增長以下變量配置

#set protobuf environment
export LD_LIBRARY_PATH=/home/protobuf/protobuf-2.5.0(安裝路徑或者是解壓路徑)file

3)        使變量生效,輸入命令:source profile下載

4)        驗證安裝是否成功,輸入protobuf的命令:protoc --versionim

出現以下圖結果表示安裝成功:

相關文章
相關標籤/搜索