[install] mpfr was missing from dependencies

Reviewed By: jvillard

Differential Revision: D20191771

fbshipit-source-id: a93f01188
master
Dulma Churchill 5 years ago committed by Facebook Github Bot
parent b171092d66
commit e27e07603a

@ -25,12 +25,13 @@ is required to compile everything from source.
- Xcode >= 6.1 (only needed for the C/Objective-C analysis)
- autoconf >= 2.63 and automake >= 1.11.1 (if building from git)
- gmp
- mpfr
You can install some of these dependencies using
[Homebrew](http://brew.sh/):
```sh
brew install autoconf automake cmake opam pkg-config sqlite gmp
brew install autoconf automake cmake opam pkg-config sqlite gmp mpfr
brew cask install java
```

Loading…
Cancel
Save