1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-14 07:18:42 +03:00

Update README

This commit is contained in:
Rui Ueyama 2021-07-03 21:48:18 +09:00
parent accf96877f
commit 30ecba45c6

View File

@ -77,7 +77,8 @@ necessary tools and libraries to it and build mold as a static binary.
```
$ sudo dpkg --add-architecture i386
$ sudo apt-get install dwarfdump libc6-dev:i386 lib32gcc-10-dev gcc-multilib
$ sudo apt update
$ sudo apt-get install bsdmainutils dwarfdump libc6-dev:i386 lib32gcc-10-dev libstdc++-10-dev-arm64-cross gcc-10-aarch64-linux-gnu g++-10-aarch64-linux-gnu
```
## How to use