aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts/rcp/HOWTO-BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/scripts/rcp/HOWTO-BUILD')
-rw-r--r--eclipse/scripts/rcp/HOWTO-BUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/eclipse/scripts/rcp/HOWTO-BUILD b/eclipse/scripts/rcp/HOWTO-BUILD
index 9278f98..3eb695f 100644
--- a/eclipse/scripts/rcp/HOWTO-BUILD
+++ b/eclipse/scripts/rcp/HOWTO-BUILD
@@ -1,9 +1,15 @@
To build the Monitor RCP based application, do:
$ lunch sdk-eng
-$ ./sdk/eclipse/scripts/create_all_symlinks.sh -f
+$ ./sdk/eclipse/scripts/create_all_symlinks.sh
$ cd sdk/eclipse/scripts/rcp
$ ant
-This will build the RCP in the folder:
+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.