Skip to content

Commit 9bd829e

Browse files
committed
Fix typo
1 parent 803fc9c commit 9bd829e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/setup-apt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ dpkg --add-architecture i386
55
apt update
66
apt install -y autoconf automake autotools-dev curl python3 libmpc-dev libmpfr-dev \
77
libgmp-dev gawk build-essential bison flex texinfo gperf libtool \
8-
patchutils bc zlib1g-dev libexpat-dev git ninja-build cmake ibglib2.0-dev expect
8+
patchutils bc zlib1g-dev libexpat-dev git ninja-build cmake libglib2.0-dev expect

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Several standard packages are needed to build the toolchain.
2020

2121
On Ubuntu, executing the following command should suffice:
2222

23-
$ 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 ninja-build git cmake ibglib2.0-dev
23+
$ 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 ninja-build git cmake libglib2.0-dev
2424

2525
On Fedora/CentOS/RHEL OS, executing the following command should suffice:
2626

0 commit comments

Comments
 (0)