Software Development Tools

Netbeans

  • Used for many languages (Java, HTML, C++, etc.)

Installation

  1. Download link: https://netbeans.org/features/cpp/
  2. Run this script
    cd ~/Downloads
    chmod u+x netbeans-8.2-cpp-linux-x64.sh
    ./netbeans-8.2-cpp-linux-x64.sh
  3. On Fedora, the default theme is GTK and it's not well tuned. It's better to use Metal theme by adding --laf Metal to <netbeans-folder>/etc/netbeans.conf
    Something like this
    netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true --laf Metal"
  4. To be updated

Code::Blocks

  • C/C++ IDE with syntax highlighting, debugger, etc.

Installation

  1. On Fedora
    dnf install codeblocks

  2. Other -> Use your package manager to download it or visit: http://www.codeblocks.org/ for more information



Comments