danluu / mta-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: performnance is very bad without the cpp protobuf implementation.

To get the cpp implementation on Mac, first install the C++ protobuf runtime:

https://github.com/google/protobuf/tree/master/src

brew install autoconf automake libtool
./autogen.sh
./configure
make
make check
sudo make install
sudo ldconfig

Then follow the python protobuf instructions. Note that, on Mac, this appears to have at least one bug: protocolbuffers/protobuf#539.

About


Languages

Language:Protocol Buffer 80.8%Language:Python 19.2%