Visual Servoing Platform
version 3.2.0 under development (2019-01-22)
|
In this tutorial you will learn how to install ViSP Homebrew package on OSX. These steps have been tested with Mac OS X 10.11.5 El Capitan.
First, go to http://brew.sh to install Homebrew.
To get information on ViSP package:
To install ViSP and additional dependencies (cmake, opencv3, libdc1304, libxml2, gsl, zbar, x11), just run:
To install ViSP with homebrew after building from source you may run:
To know which are the additional build options, run:
For example to disable xml support, you may run
If during ViSP installation you get the following error
it means maybe that you install other softwares without brew in /usr/local. A work arround is to change the owner of the corresponding folder like:
You are now ready to see the next Tutorial: How to create and build a CMake project that uses ViSP on Unix or Windows that will show you how to use ViSP as a 3rd party to build your own project.