Thursday, April 18, 2013

Linux Kubuntu 13.04 Raring How-to Install and Getting-Started with Netbeans 7.3 IDE for C/C++ Development Easy Visual-Guide

The Tutorial Present a Simple and Detailed Netbeans Latest 7.3 C/C++ IDE Installation Getting-Started for Linux Kubuntu 13.04 Raring Ringtail 32bit/64bit Kde4 Desktop.

To the Post Bottom Link to Netbeans C/C++ Development Post-Installation SetUp and Hello-World Example.

To Make the Entire Process Easier to Visualize and Retain the Articles Includes the Basic Screenshots of the Essentials Steps Involved.

The Content and Details of Guides are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut Easier to Read & Digest ;)


Netbeans on Ubuntu
  1. Download Netbeans 7.3 C/C++ IDE:

    Netbeans IDE 7.3 for C++
  2. Open Terminal Window
    Linux Kubuntu 12 Open Terminal
  3. Installing the Pre-Requisite Oracle Java JDK:

    Install Oracle JDK7 for Kubuntu
  4. Run Netbeans 7.3 Cpp Installer
    su
    cd </path/To>/netbeans-7*-ml-cpp-linux.sh
    chmod +x netbeans-7*-ml-cpp-linux.sh
    ./netbeans-7*-ml-cpp-linux.sh

    Accept the License

    Netbeans IDE 7 C++ Installation Accept License

    Set the Paths

    Netbeans IDE 7 C++ Installation Setting Paths

    Then Install...

    And Finish

    Netbeans IDE 7 C++ Installation Successful Finish

    Follow with SetUp and Hello-World...

  5. Netbeans C++ Quick-Start SetUp+Example:

    Netbeans C++ Hello-World