Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] best practices for managing a custom eclipse/CDT build in a C++ development organization

Awesome. Thanks!
John

At 04:19 PM 8/3/2010, Andrew Overholt wrote:
* John Cortell <rat042@xxxxxxxxxxxxx> [2010-08-03 17:07]:
> My understanding is CDT distributions are now strictly p2 archives and
> thus require installation via the Update Manager. Anyone know how this
> could be done via a script?

Look on the Eclipse wiki for docs on the p2 director application.  This
can be used in scripts so you'd do something like:

- unzip SDK archive
- cd eclipse
- ./eclipse -application org.eclipse.equinox.p2.director <other flags
  giving it the CDT zip as a repository> -installIU org.eclipse.cdt.sdk
  (or whatever you want to install)

That'll install it into the Eclipse installation from where you're
running the director application.  You can also install into other
Eclipse installations but that's probably not what you want in this
case.

HTH,

Andrew
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev





Back to the top