编译twemproxy

克隆项目

git clone https://github.com/twitter/twemproxy.git

安装依赖包

sudo apt-get install libtool
sudo apt-get install automake
sudo apt-get install autoconf

编译项目

autoreconf -fvi
./configure –enable-debug=full
make

    原文作者:_Sunshine
    原文地址: https://segmentfault.com/a/1190000001820918
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞