Merge "Use Handle::GetCurrentProperty instead of Devel API" into devel/master
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / README
1 To build C# binding for Ubuntu desktop for the first time:
2
3 set dali_env
4
5 cd build
6 ./autogen.sh --install
7 ./configure
8 make
9
10 To build C# binding for Ubuntu desktop using SWIG after updating:
11
12 make maintainer-clean
13 ./configure
14 make
15
16 To build C# examples with the C# binding together for Ubuntu desktop:
17
18 make check
19
20 To run examples on Ubuntu desktop:
21
22 cd examples
23 DALI_WINDOW_WIDTH=480 DALI_WINDOW_HEIGHT=800 ./hello-world.exe
24