Merge "Patch to synchronize with bug fixes done in Tizen 2.4 MCD branch." into devel...
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / README
1 To build C# binding for Ubuntu desktop using SWIG for the first time:
2
3 ./autogen.sh
4 ./configure
5 make
6
7 To build C# binding for Ubuntu desktop using SWIG after updating:
8
9 make maintainer-clean
10 ./configure
11 make
12
13 To build C# examples with the C# binding together for Ubuntu desktop:
14
15 make check
16
17 To run examples on Ubuntu desktop:
18
19 cd examples
20 DALI_WINDOW_WIDTH=480 DALI_WINDOW_HEIGHT=800 ./hello-world.exe
21