CNDDevelopingCNDPack
Developing C/C++ Development Pack
This page describes how to check out and build C/C++ Development Pack (aka CND)
Configuring Netbeans Platform for CND
Preparing Netbeans Platform binaries
CND uses Netbeans binaries to be build on it. If NB5.5.1 binaries are not present, they should be prepared by one of the following ways:
- download and extract binary archive from http://deadlock.netbeans.org/hudson/job/release551/lastStableBuild/artifact/nbbuild/
- Checkout from CVS and build 5.5.1 sources.
- #mkdir nb-cvs
- #cd nb-cvs
- #cvs co -P -rrelease551 stable_nowww
- #cd nbbuild
- #ant build-nozip
- In this case binaries are in nb-cvs/nbbuild/netbeans folder
Configuring NBDEV from IDE
Start IDE and create new Netbeans Platform with name NBDEV using Tools->Netbeans Platform Manager (use Help in Wizard if needed)
Configuring CND
Getting CND
In IDE use built-in client to put your CND sources in ${projects} folder
- CVS->Checkout...
- Enter CVS Root (could be :pserver:anoncvs@netbeans.org:/cvs in this case leave empty password).
- Next
- in Module field enter cnd
- in Branch field enter release551
- Specify Local Folder where to put sources (${projects})
- Finish
- Do not open all checkout projects when asked in dialog
Building CND
- Open suite ${projects}/cnd/suite (File->Open Project...)
- use Build All from context menu of opened C/C++ Build System
Back to CAndCPlusPlus

