diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-08-01 20:47:03 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-08-01 22:39:17 +0000 |
commit | 1a924af544602421a22a0c98c551c1d75583cb83 (patch) | |
tree | bfff21a892d61246865c1afd59cc14717463757a /README.txt | |
parent | bf8c326c1c832e9e016c012b138bdddcdef27d72 (diff) |
Fix outdated documentshalibut
Bug-AGL: SPEC-2714
Change-Id: Ib9c1ca3d608c507a0da4496a625cec5f7c56e8a3
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'README.txt')
-rwxr-xr-x | README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -19,11 +19,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
|