![]() |
Visual Servoing Platform
version 3.3.0 under development (2020-02-17)
|
In this tutorial you will learn how to install ViSP Homebrew package on OSX. These steps have been tested with macOS Catalina 10.15.3.
First, go to http://brew.sh to install Homebrew.
To get information on ViSP package:
To install ViSP and additional dependencies (cmake, opencv3, libdc1304, gsl, zbar, x11), just run:
To build and install ViSP from source with homebrew 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.