Skip to content

Commit

Permalink
docs: better instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 26, 2023
1 parent c15125a commit 182dee8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontends/libretro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cargo build

### Cross-compiling

#### Arm64
#### Arm64 Linux

Download the linux toolchain from [https://developer.arm.com/downloads/-/gnu-a](https://developer.arm.com/downloads/-/gnu-a).

Expand All @@ -27,10 +27,14 @@ mklink /D aarch64-linux-gnu %ARM64_TOOLCHAIN%
New-Item -ItemType SymbolicLink -Path aarch64-linux-gnu -Target $env:ARM64_TOOLCHAIN
```

To install the Rust targets for Arm64 Linux using rustup run:

```bash
rustup target add aarch64-unknown-linux-gnu
```

Then you're ready to build Boytacean's libretro core:

```bash
cargo build --target=aarch64-unknown-linux-gnu --release
```
Expand Down

0 comments on commit 182dee8

Please sign in to comment.