Update README.md

build-toolchain fails on ubuntu unless you have 'makeinfo' binary, which is part of 'texinfo' package
This commit is contained in:
don bright 2018-07-16 21:51:47 -05:00 committed by GitHub
parent 58d8be11e1
commit 5b9feb6c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Installing/Building
For Ubuntu Linux, the following should help a bit:
sudo apt-get install cmake libgmp-dev libmpfr-dev libmpc-dev libboost-all-dev bison
sudo apt-get install cmake libgmp-dev libmpfr-dev libmpc-dev libboost-all-dev bison texinfo
On a Mac, get the homebrew package manager and: