Netbeans- Used for many languages (Java, HTML, C++, etc.)
Installation
- Download link: https://netbeans.org/features/cpp/
- Run this script
cd ~/Downloads chmod u+x netbeans-8.2-cpp-linux-x64.sh ./netbeans-8.2-cpp-linux-x64.sh
- 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"
- To be updated
Code::Blocks- C/C++ IDE with syntax highlighting, debugger, etc.
Installation
- On Fedora
dnf install codeblocks
- Other -> Use your package manager to download it or visit: http://www.codeblocks.org/ for more information
|
|