Add debug message macros controlled by environment variable
[apps/agl-service-homescreen.git] / sample / simple-egl / README.md
1 Information
2 ====
3 <br>This is a sample application for homescreen-2017 and windowmanager-2017.
4
5 How to compile and install
6 ====
7 <br>$ mkdir build
8 <br>$ cd build
9 <br>$ cmake ..
10 <br>$ make
11 <br>$ make widget
12
13 <br>Copy package/simple-egl.wgt to rootfs.
14
15 How to use
16 ====
17 <br>afm-util install simple-egl.wgt
18 <br>afm-util start simple-egl@0.1
19
20 Depends
21 ====
22 <br>homescreen-2017
23 <br>agl-service-homescreen-2017
24 <br>agl-service-windowmanger-2017