aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob Gadikian <jacobgadikian@gmail.com>2020-08-21 20:04:41 +0700
committerGitHub <noreply@github.com>2020-08-21 20:04:41 +0700
commit63279542657a594519ba8c29d0c6cd2d9f89b2f2 (patch)
tree3ff85c7303bd08852b04bf7a376e66dd48c31680 /README.md
parentaba677ba6e967eae84773a1dc85a77ce44d65d26 (diff)
downloadriscv-gnu-toolchain-63279542657a594519ba8c29d0c6cd2d9f89b2f2.zip
riscv-gnu-toolchain-63279542657a594519ba8c29d0c6cd2d9f89b2f2.tar.gz
riscv-gnu-toolchain-63279542657a594519ba8c29d0c6cd2d9f89b2f2.tar.bz2
Update README.md
Added dependencies for Arch Linux
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index a350f83..ace2b99 100644
--- a/README.md
+++ b/README.md
@@ -23,14 +23,19 @@ Alternatively :
### Prerequisites
-Several standard packages are needed to build the toolchain. On Ubuntu,
-executing the following command should suffice:
+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 python3 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev
On Fedora/CentOS/RHEL OS, executing the following command should suffice:
$ sudo yum install autoconf automake python3 libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++ zlib-devel expat-devel
+
+On Arch Linux, executing the following command should suffice:
+
+ $ pacman -Syyu autoconf automake curl python3 mpc mpfr gmp gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib expat
On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies: