X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=README.md;h=01a8364ad1687850d9bdda6a11d02a7df14ba151;hb=1268a470e77c0992585b89de713a4645e8b152e5;hp=55e5982ce289e8a9d09c9a1f64221ead073937c8;hpb=e38f4d76c1f90dc37ae8f9ae8b69449044e5b3ea;p=deliverable%2Ftracecompass.git diff --git a/README.md b/README.md index 55e5982ce2..01a8364ad1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ wiki page: Compiling manually ------------------ +The Maven project build requires version 3.3 or later. It can be downloaded from + or from the package management system of your distro. + To build the project manually using Maven, simply run the following command from the top-level directory: @@ -67,20 +70,20 @@ the build system. You can set them by using `-P[profile name]` and stable platform. To use the staging target for example, use `-Dtarget-platform=tracecompass-eStaging`. +* `-Dskip-rcp` + + Skips building the RCP archives and related deployment targets. + * `-Pctf-grammar` Re-compiles the CTF grammar files. This should be enabled if you modify the `.g` files in the `ctf.parser` plugin. -* `-P -build-rcp` - - Disables the "build-rcp" profile to skip building the RCP archives. - * `-Prun-custom-test-suite` Runs a test suite present in `releng/org.eclipse.tracecompass.alltests`. The test suite to run has to be defined by `-DcustomTestSuite=[name]`, for example - `-DcustomTestSuite=RunAllCoreTests`. + `-DcustomTestSuite=RunAllPerfTests`. * `-Pdeploy-rcp` @@ -88,7 +91,6 @@ the build system. You can set them by using `-P[profile name]` and the RCP-specific update site, to the paths specified by `-DrcpDestination=/absolute/path/to/destination` and `-DrcpSiteDestination=/absolute/path/to/destination`, respectively. - Must be used with `-Pbuild-rcp`! * `-Pdeploy-update-site`