ubuntu 16 install thrift c++

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

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

  2. thrift -version

猜你在找的Ubuntu相关文章