aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-01-05 18:05:50 -0800
committerAndrew Waterman <andrew@sifive.com>2017-01-05 18:05:50 -0800
commit914224e0913c9ceab49ad9531a7fedc231f65c15 (patch)
treefea9ed95dc29b39e37609d352637c0bc58fc2873 /README.md
parentff85f7c8de31df554aefc868c9c46f9091db75fe (diff)
downloadriscv-gnu-toolchain-914224e0913c9ceab49ad9531a7fedc231f65c15.zip
riscv-gnu-toolchain-914224e0913c9ceab49ad9531a7fedc231f65c15.tar.gz
riscv-gnu-toolchain-914224e0913c9ceab49ad9531a7fedc231f65c15.tar.bz2
Add zlib to dependency list
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 90ee0c8..0105348 100644
--- a/README.md
+++ b/README.md
@@ -24,15 +24,15 @@ Alternatively :
Several standard packages are needed to build the toolchain. On Ubuntu,
executing the following command should suffice:
- $ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc
+ $ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev
On Fedora/CentOS/RHEL OS, executing the following command should suffice:
- $ sudo yum install autoconf automake libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++
+ $ sudo yum install autoconf automake libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++ zlib-devel
On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies:
- $ brew install gawk gnu-sed gmp mpfr libmpc isl
+ $ brew install gawk gnu-sed gmp mpfr libmpc isl zlib
To build the glibc (Linux) on OS X, you will need to build within a case-sensitive file
system. The simplest approach is to create and mount a new disk image with