Linux dev environment for cloudcompare?

All about Linux portage
Post Reply
foobarbecue
Posts: 16
Joined: Thu Mar 13, 2014 7:20 pm

Linux dev environment for cloudcompare?

Post 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?
daniel
Site Admin
Posts: 7332
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Linux dev environment for cloudcompare?

Post 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.
Daniel, CloudCompare admin
Post Reply