File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ dpkg --add-architecture i386
55apt update
66apt 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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Several standard packages are needed to build the toolchain.
2020
2121On 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
2525On Fedora/CentOS/RHEL OS, executing the following command should suffice:
2626
You can’t perform that action at this time.
0 commit comments