blob: 38d1c232eb2ccc3846e68a562639d10a715eadbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
To build the Monitor RCP based application, do:
$ lunch sdk-eng
$ ./sdk/eclipse/scripts/create_all_symlinks.sh
$ cd sdk/monitor
$ ant
This will build the RCP for all the platforms in the folder:
$ANDROID_SRC/out/host/eclipse/rcp/build/I.RcpBuild/
To build only a subset of platforms, use:
ant -DbuildFor=<platform>
where platform is one of linux, darwin or windows.
|