diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-08-01 20:56:27 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-08-01 22:38:13 +0000 |
commit | bae1252a5ea4ca2ca1939772f205f61c03d24ab4 (patch) | |
tree | 7649555da4008baba40d719d6e3ce0def391bb87 | |
parent | 5dec030d3d61bce3a7e0eb9ba26443f3936566e7 (diff) |
Fix outdated documentshalibut
Bug-AGL: SPEC-2714
Change-Id: Ib9c1ca3d608c507a0da4496a625cec5f7c56e8a3
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
-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
|