Skip to content

Commit

Permalink
Qt-Embedded-Cycletime: Video2 Hot Reload: Update README for ledApp
Browse files Browse the repository at this point in the history
  • Loading branch information
chsterz authored Mar 1, 2023
1 parent 7715adb commit 1c95373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Qt-Embedded-Cycletime/video2_hot_reload/ledApp/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# LED App
## Build Instructions
1. cmake .
1. `cmake .`
or for crosscompile
2. cmake -DCMAKE_TOOLCHAIN_FILE=<path_to_your_buildroot_toolchain_file>/Toolchain.cmake
3. make -j
2. `cmake -DCMAKE_TOOLCHAIN_FILE=<path_to_your_buildroot_toolchain_file>/Toolchain.cmake`
3. `make -j`

## Attention!

* In order for the application to work, initially copy the qml folder next to your binary executable on desktop or on target!
* In order for the application to work, initially copy the `qml` folder next to your binary executable on desktop or on target!

0 comments on commit 1c95373

Please sign in to comment.