forked from KDABLabs/kdabtv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Qt-Embedded-Cycletime: Video2 Hot Reload: Update README for ledApp
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |