Add libexpt1-dev to list of Ubuntu packages needed for building tools, closes #88

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-10-02 10:03:40 +02:00
parent cf613d2088
commit ef386e8f17
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ pure RV32I target, and install it in `/opt/riscv32i`:
# Ubuntu packages needed: # Ubuntu packages needed:
sudo apt-get install autoconf automake autotools-dev curl libmpc-dev \ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev \
libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo \ 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 mkdir /opt/riscv32i
sudo chown $USER /opt/riscv32i sudo chown $USER /opt/riscv32i