Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danluu/mta-analysis
https://github.com/danluu/mta-analysis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danluu/mta-analysis
- Owner: danluu
- Created: 2017-06-22T15:49:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T22:58:52.000Z (over 7 years ago)
- Last Synced: 2024-11-06T07:37:00.484Z (3 months ago)
- Language: Protocol Buffer
- Size: 33.2 KB
- Stars: 2
- Watchers: 3
- 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.