Skip to content

Commit

Permalink
chore; added debian/ubuntu build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AZProductions authored Dec 28, 2023
1 parent 981b1b3 commit 53ccbbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ After installing [Rust](https://rustup.rs/), you can compile Toybox C1200 as fol
```shell
cargo xtask bundle toybox_c1200 --release
```

#### Debian/Ubuntu
Make sure that the required build tools are installed:
```sh
rustup target add x86_64-pc-windows-gnu
sudo apt install build-essential
```

0 comments on commit 53ccbbb

Please sign in to comment.