Fix yocto instructions

This commit is contained in:
Simon Hausmann 2022-02-02 16:55:26 +01:00
parent 1779f4cb02
commit 2bba5be38d

View file

@ -103,7 +103,7 @@ Set up the environment and build:
<!-- cSpell:disable --> <!-- cSpell:disable -->
```sh ```sh
. /path/to/yocto/sdk/environment-setup-cortexa53-crypto-poky-linux . /path/to/yocto/sdk/environment-setup-cortexa53-crypto-poky-linux
cd sixtyfps cd slint
mkdir build mkdir build
cd build cd build
cmake -DRust_CARGO_TARGET=aarch64-unknown-linux-gnu -DCMAKE_INSTALL_PREFIX=/slint/install/path .. cmake -DRust_CARGO_TARGET=aarch64-unknown-linux-gnu -DCMAKE_INSTALL_PREFIX=/slint/install/path ..