From ef386e8f177519b86579b04a1b906f4cfaa09379 Mon Sep 17 00:00:00 2001
From: Clifford Wolf <clifford@clifford.at>
Date: Tue, 2 Oct 2018 10:03:40 +0200
Subject: [PATCH] Add libexpt1-dev to list of Ubuntu packages needed for
 building tools, closes #88

Signed-off-by: Clifford Wolf <clifford@clifford.at>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index db8bd79..3087e92 100644
--- a/README.md
+++ b/README.md
@@ -625,7 +625,7 @@ pure RV32I target, and install it in `/opt/riscv32i`:
     # Ubuntu packages needed:
     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 git
+	    gperf libtool patchutils bc zlib1g-dev git libexpt1-dev
 
     sudo mkdir /opt/riscv32i
     sudo chown $USER /opt/riscv32i