Search found 5 matches

by acottin
Thu Jul 19, 2012 7:34 pm
Forum: Requests, new functionalities
Topic: [Done] Setting translation coordinates for a project/seesion
Replies: 1
Views: 4976

[Done] Setting translation coordinates for a project/seesion

Hi,

I've been working with las file in UTM coordinates for a while now.
I'm not sure if I do that correctly but I order to open and position correctly all the las files I have to select the same translation coordinates for all the file.

If not implemented, I think a nice feature would be to have ...
by acottin
Tue Jul 10, 2012 9:24 pm
Forum: Issues, bugs, etc.
Topic: LIBLAS support - Not sure how to do that !
Replies: 3
Views: 10321

Re: LIBLAS support - Not sure how to do that !

Problem solved !

FYI, I installed cmake-qt-gui and this enable the gui approach describe in the wiki for windows. As simple as that !


% sudo apt-get install cmake-qt-gui
% cmake-gui

After selecting the desire options (liblas and PCL for me), return to the console in the sources directory and ...
by acottin
Tue Jul 10, 2012 3:30 pm
Forum: Issues, bugs, etc.
Topic: LIBLAS support - Not sure how to do that !
Replies: 3
Views: 10321

LIBLAS support - Not sure how to do that !

Bonjour,

I have compile CC and I was wondering how to enable liblas support under Ubuntu/Linux.
I've read several posts on the forum telling that it should be enable by default (!?) and that during the install process the paths to liblas and liblas binary would be asked... but this didn't happened ...
by acottin
Tue Jul 10, 2012 3:12 pm
Forum: Issues, bugs, etc.
Topic: Compilation issue on Ubuntu
Replies: 2
Views: 6874

Re: Compilation issue on Ubuntu

Thanks, problem solved.
Antoine
by acottin
Mon Jul 09, 2012 8:05 pm
Forum: Issues, bugs, etc.
Topic: Compilation issue on Ubuntu
Replies: 2
Views: 6874

Compilation issue on Ubuntu

Bonjour,

I tried to compile CC on Ubuntu today after having downloading a fresh source.
at the make step I get this issue:

[antoine@antoine-Precision-WorkStation-T5400:~/CloudCompare/Branch/trunk$ cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check ...