From 9c2a161d24cbbb5c0008873c88ead00f527f1551 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 12 Sep 2014 00:53:19 -0700 Subject: Add missing Ubuntu package dependencies to README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 13bf5fd..6788d21 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Three guides are available for this repo: Ubuntu packages needed: - $ sudo apt-get install autoconf automake autotools-dev libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo + $ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf Note: This requires GCC >= 4.8 for C++11 support (including thread_local). @@ -190,7 +190,7 @@ flex, bison, autotools, libmpc, libmpfr, and libgmp. Ubuntu distribution installations will require this command to be run. If you have not installed these things yet, then run this: - O$ sudo apt-get install autoconf automake autotools-dev libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf + O$ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf Before we start installation, we need to set the `$RISCV` environment variable. The variable is used throughout the @@ -401,7 +401,7 @@ flex, bison, autotools, libmpc, libmpfr, and libgmp. Ubuntu distribution installations will require this command to be run. If you have not installed these things yet, then run this: - O$ sudo apt-get install autoconf automake autotools-dev libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf + O$ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf Before we start installation, we need to set the `$RISCV` environment variable. The variable is used throughout the -- cgit v1.1