Skip to content

Commit

Permalink
docs: inline updated mac homebrew instructions
Browse files Browse the repository at this point in the history
The instructions at `http://www.pointclouds.org/documentation/tutorials/installing_homebrew.php` are out of date and no longer working since`brew tap homebrew/science` was deprecated.
  • Loading branch information
roman-smirnov authored May 25, 2019
1 parent 9980e93 commit 4498092
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,17 @@ http://www.pointclouds.org/downloads/windows.html

### MAC

#### Install via Homebrew
1. install [homebrew](https://brew.sh/)
2. update homebrew `$> brew update`
3. add homebrew science [tap](https://docs.brew.sh/Taps) `$> brew tap brewsci/science`
4. view pcl install options `$> brew options pcl`
5. install PCL `$> brew install pcl`

#### Prebuilt Binaries via Universal Installer
http://www.pointclouds.org/downloads/macosx.html
http://www.pointclouds.org/documentation/tutorials/installing_homebrew.php


NOTE: very old version

#### Build from Source
[PCL Source Github](https://github.com/PointCloudLibrary/pcl)
[PCL Mac Compilation Docs](http://www.pointclouds.org/documentation/tutorials/compiling_pcl_macosx.php)

0 comments on commit 4498092

Please sign in to comment.