Skip to content

Instantly share code, notes, and snippets.

@dwo
Created July 1, 2013 11:10
Embed
What would you like to do?
#!/usr/bin/env bash
sudo apt-get update
sudo apt-get install build-essential autoconf automake libprotobuf-dev \
protobuf-compiler libncurses5-dev zlib1g-dev libio-pty-perl
./autogen.sh
protobuf_CFLAGS=" " protobuf_LIBS="-lprotobuf" ./configure --prefix="/usr"
sed -i s/LITE_RUNTIME/SPEED/ src/protobufs/*.proto
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment