diff options
Diffstat (limited to 'sample/simple-egl/README.md')
-rw-r--r-- | sample/simple-egl/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sample/simple-egl/README.md b/sample/simple-egl/README.md new file mode 100644 index 0000000..42820e1 --- /dev/null +++ b/sample/simple-egl/README.md @@ -0,0 +1,27 @@ +Information +==== +<br>This is a sample application for homescreen-2017 and windowmanager-2017. + +How to compile and install +==== +<br>$ mkdir build +<br>$ cd build +<br>$ cmake .. +<br>$ make +<br>$ make widget + +<br>Copy package/simple-egl.wgt to rootfs. + +How to use +==== +<br>afm-util install simple-egl.wgt +<br>afm-util start simple-egl@0.1 + +Depends +==== +<br>homescreen-2017 +<br>agl-service-homescreen-2017 +<br>agl-service-windowmanger-2017 +<br>libhomescreen +<br>libwindowmanager +<br>wayland-ivi-extension |