File: tutorial-install-archlinux-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 (27 lines) | stat: -rw-r--r-- 871 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
/**

\page tutorial-install-archlinux-package Tutorial: Installation from prebuilt packages for Arch Linux
\tableofcontents

In this tutorial you will learn how to install ViSP package from Arch Linux community repository.

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

\section install_archlinux_package_list ViSP official package

ViSP is available as an <a href="https://aur.archlinux.org/packages/visp">Arch User Repository (AUR) package</a> for Arch Linux.

To install ViSP library and headers issue the following command:

\verbatim
# pacman -S visp
\endverbatim

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


\section install_archlinux_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.

*/