blob: 38d1c232eb2ccc3846e68a562639d10a715eadbf [file] [log] [blame]
Siva Velusamy6ca42e82011-12-08 14:25:37 -08001To build the Monitor RCP based application, do:
2
3$ lunch sdk-eng
Siva Velusamye63fabc2012-01-26 15:48:45 -08004$ ./sdk/eclipse/scripts/create_all_symlinks.sh
Raphael Moll5abe8b22012-03-30 15:50:45 -07005$ cd sdk/monitor
Siva Velusamy6ca42e82011-12-08 14:25:37 -08006$ ant
7
Siva Velusamye63fabc2012-01-26 15:48:45 -08008This will build the RCP for all the platforms in the folder:
Siva Velusamy6ca42e82011-12-08 14:25:37 -08009$ANDROID_SRC/out/host/eclipse/rcp/build/I.RcpBuild/
Siva Velusamye63fabc2012-01-26 15:48:45 -080010
11To build only a subset of platforms, use:
12
13ant -DbuildFor=<platform>
14
15where platform is one of linux, darwin or windows.