Skip to content

Instantly share code, notes, and snippets.

@Dnile
Dnile / scribe-ubuntu
Last active February 11, 2018 19:03
#!/bin/bash
echo "Install the necessary tools"
sudo apt-get update
sudo apt-get -y install make flex bison libtool libevent-dev automake pkg-config libssl-dev libboost-all-dev libbz2-dev build-essential g++ python-dev git
echo "git cloning Thrift"
apt-