lunedì 14 ottobre 2013

Linux Mint 15 How-to Install Netbeans for C++ 7.3 Easy Visual-Guide

How-to Install NetBeans for C on Linux Mint 15

The Tutorial Show Netbeans 7.3 C/C++ IDE Installation and Getting-Started for Linux Mint 15 RC Olivia Cinnamon 32bit/64bit Desktop.

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

To Make the Entire Process Easier to Visualize and Retain the Posts 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 ;)


Install NetBeans for C on Linux Mint Featured
  1. Download Netbeans 7.3 C++ IDE:

    Netbeans IDE 7.3 for C++
  2. Open a Terminal Window
    Linux Mint 15 RC Cinnamon Open Terminal
  3. Installing the Pre-Requisite Oracle Java JDK:

    Install Oracle JDK7 for Linux Mint
  4. Run Netbeans 7.3 Cpp Installer
    su 
    cd /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