Visual Servoing Platform
version 3.6.1 under development (2024-11-15)
|
In this tutorial you will learn how to install ViSP from prebuilt official packages for Linux Ubuntu or Debian.
Since Ubuntu 14.04 LTS, ViSP library can be installed from existing packages on amd64 or i386 architectures. In Ubuntu 13.10, the packages were only available for amd64 architecture.
To install ViSP library and headers just run:
$ sudo apt-get install libvisp-dev
To install ViSP images data set useful to run ViSP examples you can run:
$ sudo apt-get install visp-images-data
To install ViSP html documentation you can run:
$ sudo apt-get install visp-doc
You are now ready to see the next Tutorial: How to create and build a project that uses ViSP and CMake on Unix or Windows that will show you how to use ViSP as a 3rd party to build your own project.