Skip to content

Commit

Permalink
Update info on cross compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofl committed Apr 19, 2024
1 parent 2b2f447 commit 398b806
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,17 @@ Even if it is compiled, the UI can still be disabled at runtime.
## Cross compile:

```sh
sudo dnf install mingw64-gcc
cargo install cross
cargo install cargo-zigbuild
pip3 install zigbuild
./cross-build-all.sh
```

## Test

./cross-build-all
# or
cross build --release
```sh
sudo apt install wget tftp
cargo build
cargo test
```

## Implementation Goals
Expand Down

0 comments on commit 398b806

Please sign in to comment.