You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: By default we now recommend using LLVM 18 (#22)
* doc: By default we now recommend using LLVM 18
* Switch to LLVM 18 in CI
* Work around ubuntu quirks for now
* Lock rust toolchain version in CI
* Install riscv64 target for the specified toolchain
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@ This repository keeps a series of CKB script templates that can be inflated via
19
19
20
20
The following dependencies are required for the templates:
21
21
22
-
*`git`, `make`, `sed`, `bash`, `sha256sum` and others Unix utilities. Refer to the documentation for your operating systems for how to install them. Chances are your system might already have them.
22
+
*`git`, `make`, `sed`, `bash`, `shasum` and others Unix utilities. Refer to the documentation for your operating systems for how to install them. Chances are your system might already have them.
23
23
*`Rust`: latest stable Rust installed via [rustup](https://rustup.rs/) should work. Make sure you have `riscv64` target installed via: `rustup target add riscv64imac-unknown-none-elf`
24
-
*`Clang`: make sure you have clang 16+ installed, sample installtion steps for selected platforms are:
*`cargo-generate`: You can install this via `cargo install cargo-generate`, or follow the steps [here](https://cargo-generate.github.io/cargo-generate/installation.html)
0 commit comments