qxym2016

更新,官方有Homebrew安装教程:

http://pointclouds.org/documentation/tutorials/installing_homebrew.php#installing-homebrew


 

参照pcl安装说明:http://www.pointclouds.org/documentation/tutorials/compiling_pcl_macosx.php

其中macports可以用homebrew代替,没什么问题。

再有mac下安装cmake应该去cmake官网下载dmg二进制安装包,直接安到/Applications里;若要在终端运行cmake,则在~/.bash_profile文件的PATH环境变量中加入cmake的bin目录,即

export PATH="$PATH:/Applications/CMake.app/Contents/bin"

 

分类:

技术点:

相关文章:

  • 2021-09-04
  • 2021-04-14
  • 2022-12-23
  • 2021-06-28
  • 2021-10-31
  • 2022-12-23
  • 2021-06-14
  • 2021-07-21
猜你喜欢
  • 2022-12-23
  • 2021-11-19
  • 2021-09-02
  • 2021-05-17
  • 2021-05-10
  • 2021-09-09
  • 2021-05-11
相关资源
相似解决方案