cgtuebingen / pointcloud-viewer

Efficient Large-Scale Point-Cloud Viewer based on OpenGL
http://pointcloudviewer.org
GNU General Public License v3.0
79 stars 27 forks source link

Can it run on Windows? help me 3x #44

Open longyangzz opened 2 years ago

longyangzz commented 2 years ago

Thanks fro your help

Robert42 commented 2 years ago

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