diff options
author | Andrew Waterman <andrew@sifive.com> | 2017-01-05 18:05:50 -0800 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2017-01-05 18:05:50 -0800 |
commit | 914224e0913c9ceab49ad9531a7fedc231f65c15 (patch) | |
tree | fea9ed95dc29b39e37609d352637c0bc58fc2873 /README.md | |
parent | ff85f7c8de31df554aefc868c9c46f9091db75fe (diff) | |
download | riscv-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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |