Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 366 Bytes

install-libzookeeper_mt.md

File metadata and controls

16 lines (12 loc) · 366 Bytes

install libzookeeper_mt

cd /tmp

wget -N http://archive.apache.org/dist/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz
tar zxvf zookeeper-3.4.6.tar.gz
rm -f zookeeper-3.4.6.tar.gz

cd zookeeper-3.4.6/src/c
./configure
make -j4
sudo make install

Any problems, check this