From: Tudor Bosman <tudorb@fb.com>
Date: Sat, 21 Jun 2014 02:10:12 +0000 (-0700)
Subject: folly OSS fixes: add ThreadName.h and compression
X-Git-Tag: v0.22.0~499
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b56a2049f8d7915554644fa659aaedb2c9af66bd;p=folly.git

folly OSS fixes: add ThreadName.h and compression

Summary: Also, optionalize dependencies on compression libraries.

Test Plan: fbconfig -r folly && fbmake runtests_opt

Reviewed By: meyering@fb.com

Subscribers: kma, jhj, simpkins, lesha, folly@lists

FB internal diff: D1396573
---

diff --git a/README b/README
index 6c4f6737..016d47e3 100644
--- a/README
+++ b/README
@@ -45,6 +45,10 @@ Dependencies
     - libboost1.46-all-dev
     - libgoogle-glog-dev
     - libgflags-dev
+    - liblz4-dev
+    - liblzma-dev
+    - libsnappy-dev
+    - zlib1g-dev
     - scons (for double-conversion)
     - binutils-dev      (optional)
     - libiberty-dev     (optional)