File: tutorial-install-ubuntu-package.dox

package info (click to toggle)
visp 3.6.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 119,296 kB
  • sloc: cpp: 500,914; ansic: 52,904; xml: 22,642; python: 7,365; java: 4,247; sh: 482; makefile: 237; objc: 145
file content (36 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/**

\page tutorial-install-ubuntu-package Tutorial: Installation from prebuilt packages for Linux Ubuntu/Debian
\tableofcontents

In this tutorial you will learn how to install ViSP from prebuilt official packages for Linux Ubuntu or Debian.

\note Concerning ViSP installation, we provide also other \ref tutorial.

\section install_ubuntu_package_list ViSP official packages

Since Ubuntu 14.04 LTS, ViSP library can be installed from <a href="http://packages.ubuntu.com/search?keywords=visp&searchon=names&suite=trusty&section=all">existing packages</a> 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:

\verbatim
$ sudo apt-get install libvisp-dev
\endverbatim

\note This package comes build with 3rd parties such as OpenCV, X11, xml2...

To install ViSP images data set useful to run ViSP examples you can run:
\verbatim
$ sudo apt-get install visp-images-data
\endverbatim

To install ViSP html documentation you can run:
\verbatim
$ sudo apt-get install visp-doc
\endverbatim

\section install_ubuntu_package_next Next tutorial

You are now ready to see the next \ref tutorial-getting-started that will show you how to use ViSP as a 3rd party to build your own project.

*/