package version up to 1.10.14
[platform/core/uifw/libtpl-egl.git] / README
diff --git a/README b/README
index 962468d..00672c6 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,16 @@
-##### Build Instruction #####
+libtpl-egl
+==========
 
+GBS Build Instruction
+---------------------
 
-Build libtpl-egl:
-    gbs build -A armv7l --spec=libtpl-egl.spec
+Build libtpl-egl:
+  $ gbs build -A armv7l
 
-Build tpl-test:
-    gbs build -A armv7l --spec=tpl-test.spec
+- Build libtpl-egl with tpl-test:
+  Change the value of 'ENABLE_TPL_TEST' from 0 to 1 in libtpl-egl.spec
+  Then, build like below
+
+  $ gbs build -A armv7l --include-all
 
-Build all:
-    gbs build -A armv7l