Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## Building

You need an `aarch64-linux-gnu-gcc` cross-compiler toolchain (or a native one, if running on ARM64).
You will also need to install the `aarch64-unknown-none-softfloat` toolchain for rust.

```shell
$ rustup target add aarch64-unknown-none-softfloat
```

```shell
$ git clone --recursive https://github.com/AsahiLinux/m1n1.git
Expand Down