...
Panel |
---|
Working with GIT repository |
Panel |
---|
Creating the sipXecs Netbeans WorkspaceLaunch netbeans. If you are on Fedora, it should be in your applications menu under Programming/Netbeans. You may also simply type `netbeans` in the command line. On the main menu, click on File/New Project. The new Project Wizard should appear. |
Panel |
---|
Choose C/C++ in the Categories pane and C++ Project with Existing Sources in the projects pane. Do not worry about the Java. Netbeans would be able to cope with the mix sources even if we currently choose C++. Click the Next button. |
Panel |
---|
The next dialog will ask you to specify where sipXecs sources reside. Click the Browse button and navigate to where you downloaded your sources. In the Configuration Mode choose Custom. Click the Next button. |
Panel |
---|
In this dialog, you will be asked to specify the Makefile to be used to compile sipXecs. The wizard should have found the correct path for you by default. If now, click the Browse button and locate the Make file in the base directory of you sipXecs source folder. Uncheck Clean and Build after finish and click Next. |
Panel | ||
---|---|---|
Change the Build Command and Clean Command to
|
Panel |
---|
The next screen allows you to help Netbeans locate the sources folder. Just choose the base folder of sipXecs which Netbeans has already done for you and click the next button. |
Panel |
---|
The next screen allows you to configure code assistance. Choose Automatic to let Netbeans where your classes reside. Click Next. |
Panel |
---|
Lastly, you need to specify where you want to store the Netbeans project files. When you are done, simply right click sipXecs from the project explorer of netbeans and click build. Happy hacking! |