Skip to content

Instantly share code, notes, and snippets.

@dwo
Created July 1, 2013 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwo/5900005 to your computer and use it in GitHub Desktop.
Save dwo/5900005 to your computer and use it in GitHub Desktop.
#!/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