Page 1 of 1
Linux dev environment for cloudcompare?
Posted: Sat Feb 07, 2015 1:38 am
by foobarbecue
Hi, is anyone developing CC on Ubuntu? I'm currently using Kubuntu 14.10 and I've had good experiences using QTCreator and Eclipse for C / C++. Does anyone have a CloudCompare project file set up for these, or at least have experience using one or the other to develop for CloudCompare?
Re: Linux dev environment for cloudcompare?
Posted: Mon Feb 09, 2015 7:44 am
by daniel
Hi it seems that Qt Creator as a built-in CMake support:
http://doc.qt.digia.com/qtcreator-2.4/c ... cmake.html. I would be interested to see how it works.
And CMake also supports Eclipse apparently (
http://www.cmake.org/Wiki/CMake:Eclipse_UNIX_Tutorial).
P.S.: personally I only generate a make file with CMake on Linux (then I compile with gcc). I merely check that it compiles successfully and that CC works.