mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
A few cspell tweaks for markdown docs
This commit is contained in:
parent
5b1be43952
commit
88b8be0da5
2 changed files with 13 additions and 0 deletions
|
@ -56,12 +56,15 @@ show how to compile:
|
|||
|
||||
Install the Rust targe toolchain once:
|
||||
|
||||
<!-- cSpell:disable -->
|
||||
```sh
|
||||
rustup target add aarch64-unknown-linux-gnu
|
||||
```
|
||||
<!-- cSpell:enable -->
|
||||
|
||||
Set up the environment and build:
|
||||
|
||||
<!-- cSpell:disable -->
|
||||
```sh
|
||||
. /path/to/yocto/sdk/environment-setup-cortexa53-crypto-poky-linux
|
||||
cd sixtyfps
|
||||
|
@ -71,6 +74,7 @@ cmake -DRust_CARGO_TARGET=aarch64-unknown-linux-gnu -DCMAKE_INSTALL_PREFIX=/sixt
|
|||
cmake --build .
|
||||
cmake --install .
|
||||
```
|
||||
<!-- cSpell:enable -->
|
||||
|
||||
## Binary Packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue