ubuntu 16 install thrift c++

前端之家收集整理的这篇文章主要介绍了ubuntu 16 install thrift c++前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
my boost is installed in /usr/local
so in the ./configure you should specify the boost directory,or you will get error
./configure --with-boost=/usr/local
make
sudo make install

Verify installation

Now your Thrift installation is completed! To verify that you have succesfully installed Thrift just type

thrift -version
原文链接:https://www.f2er.com/ubuntu/353158.html

猜你在找的Ubuntu相关文章