https://github.com/danluu/mta-analysis
https://github.com/danluu/mta-analysis
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danluu/mta-analysis
- Owner: danluu
- Created: 2017-06-22T15:49:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T22:58:52.000Z (almost 9 years ago)
- Last Synced: 2025-04-20T00:44:10.194Z (over 1 year ago)
- Language: Protocol Buffer
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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: https://github.com/google/protobuf/issues/539.