Revise README.md
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 18 Apr 2023 02:59:02 +0000 (11:59 +0900)
committer이상철/Tizen Platform Lab(SR)/삼성전자 <sc11.lee@samsung.com>
Wed, 19 Apr 2023 07:54:10 +0000 (16:54 +0900)
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
README.md

index 76c3dd07767f164dc0d0655e75b2808670648752..a2eced55ca25e31463bd9ffb5ad03b6fca2b3c4b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1 +1,24 @@
-# espp-service
\ No newline at end of file
+# espp-service
+
+**espp-service** provides daemon binary which uses *esplusplayer* library to render audio/video buffers and it's client library. The main purpose of this service is to delegate the rendering tasks to the specific daemon as well as to separate the related dependencies from an application process.
+
+## Getting started
+
+#### Clone this repository
+```sh
+$ git clone git@github.sec.samsung.net:tizen-vault/espp-service.git
+```
+
+#### Build
+**espp-service** uses tizen gbs build to make packages.
+```sh
+$ gbs build -A armv7l -P gbs_profile_name
+```
+
+#### Launch the service
+```sh
+$ systemctl start espp-service
+```
+
+#### Client API
+TBD
\ No newline at end of file