0
I am Ubuntu linux user, does anybody knows which is the best IDE for Ubuntu? thanks !
Ubuntu IDE
4 Respostas
+ 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.
+ 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.
0
thanks a lot Stefan, I appreciate a lot your opinion
0
g++