Please help … Cannot compile “Point Cloud Library”

最后都变了- 提交于 2019-12-25 04:55:33

问题


I'm new to C++ and want to compile PCL example I installed VS 2010 and Netbeans 7 but could not compile it ! Is the re a better IDE for cMake ?

The code has CMakeLists.txt file.

What should I do ?

These are source files : https://github.com/PointCloudLibrary/pcl/tree/master/apps/cloud_composer


回答1:


If you are new to:

  • C++, and
  • PCL, and
  • VS2010, and
  • CMake

Then I would advice you to start with the prebuild binaries from PCL. You can find them from: Prebuild windows PCL binaries . Probably best to select the 32-bit anyhow, even if you have a 64-bits windows. If 64-bits is needed later, you can install that prebuild binary.

After installation of the binary and pdb-files, you can start a new project and copy an example from the PCL tutorials. In order to make it build, you need to set up VS2010 correctly. This is explained at: VS2010 configuration for PCL



来源:https://stackoverflow.com/questions/18734643/please-help-cannot-compile-point-cloud-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!