File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ apt update
66apt install -y autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev \
77 libgmp-dev gawk build-essential bison flex texinfo gperf libtool \
88 patchutils bc zlib1g-dev libexpat-dev git ninja-build cmake libglib2.0-dev expect \
9- device-tree-compiler python3-pyelftools
9+ device-tree-compiler python3-pyelftools libslirp-dev
Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ 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 python3-pip 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
23+ $ sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip 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 libslirp-dev
2424
2525On Fedora/CentOS/RHEL OS, executing the following command should suffice:
2626
27- $ sudo yum install autoconf automake python3 libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++ zlib-devel expat-devel
27+ $ sudo yum install autoconf automake python3 libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++ zlib-devel expat-devel libslirp-devel
2828
2929On Arch Linux, executing the following command should suffice:
3030
31- $ sudo pacman -Syyu autoconf automake curl python3 libmpc mpfr gmp gawk base-devel bison flex texinfo gperf libtool patchutils bc zlib expat
31+ $ sudo pacman -Syyu autoconf automake curl python3 libmpc mpfr gmp gawk base-devel bison flex texinfo gperf libtool patchutils bc zlib expat libslirp
3232
3333Also available for Arch users on the AUR: [ https://aur.archlinux.org/packages/riscv-gnu-toolchain-bin ] ( https://aur.archlinux.org/packages/riscv-gnu-toolchain-bin )
3434
3535On OS X, you can use [ Homebrew] ( http://brew.sh ) to install the dependencies:
3636
37- $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat texinfo flock
37+ $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat texinfo flock libslirp
3838
3939To build the glibc (Linux) on OS X, you will need to build within a case-sensitive file
4040system. The simplest approach is to create and mount a new disk image with
You can’t perform that action at this time.
0 commit comments