mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Minor markdown tweak
Annotate shell code blocks with the sh tag.
This commit is contained in:
parent
9b5b0f7965
commit
4d2fac3f87
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ If you are building against a Yocto SDK, it is sufficient to source the SDK's en
|
||||||
Since SixtyFPS is implemented using the Rust programming language, you need to determine which Rust target
|
Since SixtyFPS is implemented using the Rust programming language, you need to determine which Rust target
|
||||||
matches the target architecture that you're compiling to. Please consult the [upstream Rust documentation](https://doc.rust-lang.org/nightly/rustc/platform-support.html) to find the correct target name. Now you need to install the Rust toolchain:
|
matches the target architecture that you're compiling to. Please consult the [upstream Rust documentation](https://doc.rust-lang.org/nightly/rustc/platform-support.html) to find the correct target name. Now you need to install the Rust toolchain:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
rustup target add <target-name>
|
rustup target add <target-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -70,12 +70,12 @@ For example if you are building against an embedded Linux Yocto SDK targeting an
|
||||||
show how to compile:
|
show how to compile:
|
||||||
|
|
||||||
Install the Rust targe toolchain once:
|
Install the Rust targe toolchain once:
|
||||||
```
|
```sh
|
||||||
rustup target add aarch64-unknown-linux-gnu
|
rustup target add aarch64-unknown-linux-gnu
|
||||||
```
|
```
|
||||||
|
|
||||||
Set up the environment and build:
|
Set up the environment and build:
|
||||||
```
|
```sh
|
||||||
. /path/to/yocto/sdk/environment-setup-cortexa53-crypto-poky-linux
|
. /path/to/yocto/sdk/environment-setup-cortexa53-crypto-poky-linux
|
||||||
cd sixtyfps
|
cd sixtyfps
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue