Developing C/C++ Development Pack
This page describes how to check out and build C/C++ Development Pack (aka CND)
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:
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