Skip to content

Commit

Permalink
Update README.md (facebook#1268)
Browse files Browse the repository at this point in the history
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: facebook#1268

Reviewed By: Orvid

Differential Revision: D18759832

Pulled By: yfeldblum

fbshipit-source-id: 8a861844e0b4687bf0107553274322954fdc1c00
  • Loading branch information
pikatchu authored and facebook-github-bot committed Dec 3, 2019
1 parent e8887cf commit 10191f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 10191f9

Please sign in to comment.