From 57d7c0d3daa49c2b9ddafac6a57cf1d58ed82782 Mon Sep 17 00:00:00 2001 From: Spyros Maniatopoulos Date: Sat, 30 Jan 2016 17:27:20 -0500 Subject: [PATCH] Handle FLTK in install script. Remove from README. --- README.md | 9 --------- install | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 0f94a40..c3360de 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/install b/install index 908d238..7225c57 100755 --- a/install +++ b/install @@ -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