Skip to content

Commit

Permalink
Nightly toolchain required for build-std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
softdevca committed Jun 28, 2023
1 parent af7df0d commit 14968da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This software is not sponsored or supported by Panic.
## Requirements

* The Playdate SDK installed in `$HOME/Developer/PlaydateSDK` on Linux or MacOS, `$HOME/Documents/PlaydateSDK` on Window, or at the path specified by the `$PLAYDATE_SDK` environment variable.
* Rust, easiest installed via [rustup](https://rustup.rs)
* Rust, easiest installed via [rustup](https://rustup.rs).
* Switch to the nightly toolchain using `rustup toolchain install nightly`, required for the `build-std` feature.
* If you want to build for the Playdate device, you will need the `thumbv7em-none-eabihf` target. Added with `rustup +nightly target add thumbv7em-none-eabihf`
* All the requirements listed in [Inside Playdate with C](https://sdk.play.date/inside-playdate-with-c#_prerequisites).

Expand Down

0 comments on commit 14968da

Please sign in to comment.