pointcloud-viewer icon indicating copy to clipboard operation
pointcloud-viewer copied to clipboard

Can it run on Windows? help me 3x

Open longyangzz opened this issue 3 years ago • 1 comments

Thanks fro your help

longyangzz avatar Nov 16 '21 05:11 longyangzz

Short answer

As all dependencies are supported on windows you should be able to compile it on windows But I can't guarantee it as I've never tried it on windows.

Long Answer

Yes, but you would need to compile it yourself as I (currently) don't provide any binaries.
However getting compiler and dependencies play nicely together isn't always trivial on windows, so I can't guarantee it will work out -- one reason I didn't bother to include any windows instructions.

You would need to have cmake, boost >= 1.58, git and the Qt framework (5.5 <= version < 6.0) installed on your system. Also you graphic device must support OpenGL 4.5.

Edit: You also need Qt OpenGL

Robert42 avatar Nov 16 '21 11:11 Robert42