Skip to content
Howard Chung edited this page Nov 3, 2015 · 3 revisions
sudo apt-get update && sudo apt-get upgrade`
sudo apt-get install libboost-all-dev protobuf-compiler libsnappy-dev cmake`
mkdir build`
cd build`
cmake .. -DCMAKE_INSTALL_PREFIX=. -DBUILD_ADDON=1 -DBUILD_EXAMPLE=1`
make`
make install`
Clone this wiki locally