File: tutorial-install.dox

package info (click to toggle)
visp 3.7.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 166,384 kB
  • sloc: cpp: 392,705; ansic: 224,448; xml: 23,444; python: 13,701; java: 4,792; sh: 207; objc: 145; makefile: 118
file content (63 lines) | stat: -rw-r--r-- 5,165 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/*! \page tutorial_install Installation
This page references all the tutorials to install, use and contribute to ViSP.

- \subpage tutorial_install_src

- \subpage tutorial_install_pkg

- \subpage tutorial_install_crosscompiling

- \subpage tutorial_install_docker

*/

/*! \page tutorial_install_pkg Installation from packages
This page introduces the user to the way to install ViSP from existing prebuild packages.

- \subpage tutorial-install-ubuntu-package <br>In this first tutorial you will learn how to install ViSP prebuilt library SDK from Ubuntu or Debian packages.
- \subpage tutorial-install-archlinux-package <br>In this tutorial you will learn how to install ViSP prebuilt SDK for Arch Linux.
- \subpage tutorial-install-osx-homebrew-package <br>In this tutorial you will learn how to install ViSP prebuilt SDK on OSX with Homebrew.
- \subpage tutorial-install-conda-package <br>In this tutorial you will learn how to install ViSP prebuilt SDK using Conda (compatible with Linux, OSX and Windows).

*/

/*! \page tutorial_install_src Installation from source code
This page introduces the user to the way to install ViSP from source code.

- \subpage tutorial-install-ubuntu <br>In this tutorial you will learn how to install ViSP from source on Linux Ubuntu or Debian.
- \subpage tutorial-install-fedora <br>In this other tutorial you will learn how to install ViSP from source on Linux Fedora.
- \subpage tutorial-install-centos <br>In this other tutorial you will learn how to install ViSP from source on Linux CentOS.
- \subpage tutorial-install-opensuse <br>In this other tutorial you will learn how to install ViSP from source on Linux openSUSE.
- \subpage tutorial-install-raspberry <br>In this tutorial you will learn how to install ViSP from source on Raspberry Pi.
- \subpage tutorial-install-jetson <br>In this tutorial you will learn how to install ViSP from source on Jetson equipped with a Connect Tech Orbitty Carrier board.
- \subpage tutorial-install-jetson-quasar <br>In this tutorial you will learn how to install ViSP from source on Jetson equipped with a Connect Tech Quasar Carrier board.
- \subpage tutorial-install-win10-msvc14 <br>In this tutorial you will learn how to install ViSP from source on Windows 10 with Visual C++ 2015 (vc14).
- \subpage tutorial-install-win10-msvc15 <br>In this tutorial you will learn how to install ViSP from source on Windows 10 with Visual C++ 2017 (vc15).
- \subpage tutorial-install-win10-msvc16 <br>In this tutorial you will learn how to install ViSP from source on Windows 10 with Visual C++ 2019 (vc16).
- \subpage tutorial-install-win10-msvc17 <br>In this tutorial you will learn how to install ViSP from source on Windows 10 with Visual C++ 2022 (vc17).
- \subpage tutorial-install-win10-mingw-w64 <br>In this tutorial you will learn how to install ViSP from source on Windows 10 with Mingw-w64.
- \subpage tutorial-install-win11-msvc17 <br>In this tutorial you will learn how to install ViSP from source on Windows 11 with Visual C++ 2022 (vc17).
- \subpage tutorial-install-win11-mingw-w64 <br>In this tutorial you will learn how to install ViSP from source on Windows 11 with Mingw-w64.
- \subpage tutorial-install-osx-homebrew <br>In this tutorial you will learn how to install ViSP from source on OSX with Homebrew.
- \subpage tutorial-install-pixi <br>In this tutorial you will learn how to install ViSP easily from source on any supported platform (OSX, Windows and Linux) with Pixi.

*/

/*! \page tutorial_install_crosscompiling Installation from cross-compiling
This page introduces the user to the way to cross-compile ViSP from source code.

- \subpage tutorial-install-crosscompiling-raspberry <br>In this tutorial you will learn how to cross-compile ViSP from source on Ubuntu host for Raspberry Pi target.
- \subpage tutorial-install-crosscompiling-naoqi <br>In this tutorial you will learn how to cross-compile ViSP from source on Ubuntu host for NAOqi targets (NAO, Romeo, Pepper).
- \subpage tutorial-install-win10-msvc14-uwp <br>In this tutorial you will learn how to cross-compile ViSP from source on Windows 10 for Universal Windows Platform apps with Visual C++ 2015 (vc14).
- \subpage tutorial-install-win10-msvc15-uwp <br>In this tutorial you will learn how to cross-compile ViSP from source on Windows 10 for Universal Windows Platform apps with Visual C++ 2017 (vc15).
- \subpage tutorial-install-win10-msvc16-uwp <br>In this tutorial you will learn how to cross-compile ViSP from source on Windows 10 for Universal Windows Platform apps with Visual C++ 2019 (vc16).
- \subpage tutorial-install-win10-msvc17-uwp <br>In this tutorial you will learn how to cross-compile ViSP from source on Windows 10 for Universal Windows Platform apps with Visual C++ 2022 (vc17).

*/

/*! \page tutorial_install_docker Installation from Docker images
This page introduces the user to the way to install ready to use Docker images.

- \subpage tutorial-install-docker <br>In this tutorial you will be able to get a system up and running with Docker that has ViSP already installed. This tutorial is a good solution for people who have struggled with installation issues.

*/