[DOC] write how to build with meson
authorsewon.oh <sewon.oh@samsung.com>
Fri, 16 Nov 2018 09:40:20 +0000 (18:40 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Fri, 16 Nov 2018 13:29:41 +0000 (13:29 +0000)
write how to install and build with meson.

Signed-off-by: sewon.oh <sewon.oh@samsung.com>
Documentation/getting-started.md

index 72c1982..b629076 100644 (file)
@@ -48,6 +48,26 @@ $ sudo make install
 if installing NNstreamer plugin libraries into ```%{_libdir}```.
 
 
+**Approach 3.** Build with meson
+* https://mesonbuild.com/Getting-meson.html
+
+install the required packages.
+
+```bash
+$ sudo apt install libgtk-3-dev ninja-build
+$ git clone https://github.com/mesonbuild/meson.git
+$ cd meson
+$ git checkout 0.48
+$ cd ..
+```
+
+Build at the git repo root directory.
+```bash
+$ meson/meson.py build
+$ cd build
+$ ninja
+```
 ### Clean Build based on Platform
 
 ##### Tizen