Skip to content

Commit

Permalink
Handle FLTK in install script. Remove from README.
Browse files Browse the repository at this point in the history
  • Loading branch information
spmaniato committed Jan 30, 2016
1 parent be1952c commit 57d7c0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,6 @@ This issue is known to the developers and is being addressed. See:
* http://answers.ros.org/question/224956/no-definition-of-procps-for-os-osx
* https://github.com/ros-perception/vision_opencv/pull/109

#### FLTK fails to build

For a quick fix, you can do the following:

```bash
brew install fltk --devel

```

#### library not found for -ltbb

See [Issue #4](https://github.com/mikepurvis/ros-install-osx/issues/4).
Expand Down
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ do_install()
# options, or whatever. Obviously it would be great to migrate these toward purely rosdep.
brew install cmake libyaml lz4 assimp
brew install boost --with-python
brew reinstall fltk --devel # FLTK for El Capitan, see issue #12

# Make opencv use numpy from pip rather than brew, see issue #14
pip install numpy
Expand Down

0 comments on commit 57d7c0d

Please sign in to comment.