diff options
Diffstat (limited to 'README.txt')
-rwxr-xr-x | README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -20,11 +20,12 @@ B. Build - run below command for setup and make
$ . /opt/poky-agl/xxx/environment-setup-cortexa15hf-vfp-neon-poky-linux-gnueabi
$ mkdir build
+ $ cd build
$ cmake ..
- $ make
- <widget wll be generated>
+ $ make
+ <widget wll be generated>
C. Running app
- - copy widget to porter board
+ - copy widget to target board
- do install and start the app
# afm-util install *.wgt
# afm-util start <apps's name>@0.1
|