diff options
Diffstat (limited to 'monitor/HOWTO-BUILD')
-rw-r--r-- | monitor/HOWTO-BUILD | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/monitor/HOWTO-BUILD b/monitor/HOWTO-BUILD deleted file mode 100644 index 38d1c23..0000000 --- a/monitor/HOWTO-BUILD +++ /dev/null @@ -1,15 +0,0 @@ -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. |