Howto install « Scribe » (The Facebook log system) on Debian

Here is a simple HOWTO for installing Scribe Server
The quick way
You can install Scribe with all its dependencies by simply copy/paste this line on your terminal.
sudo apt-get install libboost-dev=1.38.1 flex bison libtool automake autoconf pkg-config && wget -O thrift.tgz "http://gitweb.thrift-rpc.org/?p=thrift.git;a=snapshot;h=HEAD;sf=tgz" && tar -xzf thrift.tgz && cd thrift &&./bootstrap.sh && ./configure && make && sudo make [...]