Commit 10191f96 authored by Julien Verlaguet's avatar Julien Verlaguet Committed by Facebook Github Bot

Update README.md (#1268)

Summary:
I tried building on a fresh docker image ubuntu:16.04, the current setup doesn't work because libunwind-dev is missing. Adding this fixed the problem for me.
Pull Request resolved: https://github.com/facebook/folly/pull/1268

Reviewed By: Orvid

Differential Revision: D18759832

Pulled By: yfeldblum

fbshipit-source-id: 8a861844e0b4687bf0107553274322954fdc1c00
parent e8887cf1
......@@ -132,7 +132,8 @@ sudo apt-get install \
binutils-dev \
libjemalloc-dev \
libssl-dev \
pkg-config
pkg-config \
libunwind-dev
```
Folly relies on [fmt](https://github.com/fmtlib/fmt) which needs to be installed from source.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment