Linux dev environment for cloudcompare?
-
- Posts: 16
- Joined: Thu Mar 13, 2014 7:20 pm
Linux dev environment for cloudcompare?
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?
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.
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.
Daniel, CloudCompare admin