I am Ubuntu linux user, does anybody knows which is the best IDE for Ubuntu? thanks ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I am Ubuntu linux user, does anybody knows which is the best IDE for Ubuntu? thanks !

Ubuntu IDE

14th Jul 2016, 9:58 AM
Toni Herrera
Toni Herrera - avatar
4 Answers
+ 4
This kind of question attracts rather opinions than facts. So here's my opinion: I'm also a Ubuntu user and I use eclipse with clang++ or g++ with make or ninja as a build system. The flexibility in compiler, build system and IDE comes from using CMake.
14th Jul 2016, 10:10 AM
Stefan
Stefan - avatar
+ 1
My pleasure. Be aware that using this combination, especially CMake, might require you to invest a lot of time in understanding how software is built. CMake does not have good documentation or tutorials as the intention of Kitware, the makers of CMake, is to make money from (expensive) books for a free software.
14th Jul 2016, 10:48 AM
Stefan
Stefan - avatar
0
thanks a lot Stefan, I appreciate a lot your opinion
14th Jul 2016, 10:36 AM
Toni Herrera
Toni Herrera - avatar
0
g++
14th Jul 2016, 1:48 PM
vishal narang
vishal narang - avatar