Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CDT/User/FAQ

< CDT
Revision as of 11:10, 26 May 2006 by Tibbitts.us.ibm.com (Talk | contribs) (break up build vs. export items)

General

  • How do I contribute to this FAQ?

Simply edit this page and add content. You can now use your bugzilla username and password to gain access.

  • Is it really that easy?

Yes!

  • How do I build CDT from CVS?

...coming soon...

  • How do I export it so that it can be used with an external Eclipse installation?

You can either:

a) Export the CDT feature via File->Export->Plugin Development->Deployable Features. This will automatically export all the required plugins.

b) Export all the plugins etc. individually or all at once via File->Export->Plugin Development->Deployable Plugins and Fragments. However, this is more error prone and you're better off doing a).

c) Use the ANT stuff in org.eclipse.cdt.releng to build CDT the way the nightly build does.

Back to the top