File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The Nintendo 64 contains two MIPS processors with different microarchitectures.
30
30
31
31
### Requirements
32
32
33
- - Rust, patched to support the N32 MIPS ABI.
33
+ - At least Rust nightly-2023-07-14
34
34
- A typical Unix terminal, like Bash or zsh
35
35
- ... maybe LLVM w/ LLD?
36
36
@@ -41,7 +41,7 @@ An end-to-end build happens in two steps:
41
41
1 . The two kernels are built via ` cargo build -Z build-std=core ` in each crate directory.
42
42
2 . A ROM (.z64) is formed from the built kernels via ` assemble-rom.sh `
43
43
44
- You can run all build everything end-to-end by running ` build.sh `
44
+ You can run all build everything end-to-end by running ` ./scripts/ build.sh`
45
45
46
46
## License
47
47
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " n64-dev-toolchain "
2
+ channel = " nightly-2023-07-14 "
3
3
profile = " minimal"
4
4
components = [
5
5
" clippy" ,
You can’t perform that action at this time.
0 commit comments