submodule : deinit submodule for gbs build
[platform/core/uifw/rive-tizen.git] / build.sh
1 #TODO: prepare integrated build script.
2
3 #rive-cpp must have original code repo.
4 #thorvg must have thorvg backend code (instead of skia)
5
6 #check feasibility: 
7
8 #option 1
9 #1. rive-tizen includes rive-cpp code and manual sync.
10 #2. add thorvg into rive-cpp
11 #3. rewrite meson build script for whole sub directories.
12 #4. regularly rive-cpp code sync. 
13
14
15 #option 2 
16 #1. up-to-date rive-cpp (git@github.com:rive-app/rive-cpp.git)
17 #1.1 check rive-cpp sub directory then git clone or git pull?
18 #2 build rive-cpp base except skia. (using original script?)
19 #2.1 if then, how to build in gbs?
20 #3. build thorvg using meson.
21
22