OverviewThis page is for developers willing to install a precompiled ViSP SDK including pre-built ViSP libraries and headers. ViSP SDK is provided for the following distributions:
Installing pre-built ViSP SDK under Linux Ubuntu (32 and 64 bit)General overviewUnder Ubuntu, ViSP SDK is provided as libvisp-dev debian package.
Then depending on your distribution you should add ViSP SDK repository by adding one of the following APT lines: Note that libvisp-dev package includes dependencies with: CMake (cmake), X11 (libx11-dev), Lapack (liblapack-dev), Video4Linux2 (libv4l-dev), libdc1394 (libdc1394-22-dev), XML (libxml2-dev), PNG and JPEG image format (libpng12-dev, libjpeg62-dev), FFMPEG (libswscale-dev, libavutil-dev, libavformat-dev, libavcodec-dev, libbz2-dev, libbz2-1.0), Coin (libcoin60-dev), Ogre (libogre-dev, ogre-samples-media, libois-dev) and OpenCV (libcv-dev, libcvaux-dev, libhighgui-dev). On Maverick and Lucid there is an additional dependency with libfreenect (freenect). Below we provide the step by step informations to install ViSP SDK. Installation with commands
Installation with Synaptic Package Manager
Post installationIf you want to use ViSP wireframe simulation capabilities, you need to set VISP_SCENES_DIR environment variable by: export VISP_SCENES_DIR=/usr/share/visp/data/wireframe-simulator More over, if you want to use Afma6 or Viper850 robot simulator, you need to set VISP_ROBOT_ARMS_DIR environment variable by: export VISP_ROBOT_ARMS_DIR=/usr/share/visp/data/robot-simulator Set also the video device rights with: sudo adduser your-login video
Installing pre-built ViSP SDK under Linux Fedora 15 (32 and 64 bit)General overviewUnder Fedora 15, ViSP SDK is provided as libvisp-devel rpm package. Note that libvisp-devel package includes dependencies with: CMake (cmake), X11 (libx11-devel), Lapack (lapack-devel), Video4Linux2 (libv4l-devel), libdc1394 (libdc1394-devel), XML (libxml2-devel), PNG and JPEG image format (libpng-devel, libjpeg-devel), Coin (Coin2-devel) and OpenCV (opencv-devel). InstallationTo install ViSP SDK under Fedora, depending on your achitecture (i686 or x86_64) download first the right rpm package available on the download page. Then run: sudo yum install libvisp-devel-2.6.1-1.fc15.arch.rpm where arch is either i686 or x86_64. Post installationIf you want to use ViSP wireframe simulation capabilities, you need to set VISP_SCENES_DIR environment variable by: export VISP_SCENES_DIR=/usr/share/visp/data/wireframe-simulator More over, if you want to use Afma6 or Viper850 robot simulator, you need to set VISP_ROBOT_ARMS_DIR environment variable by: export VISP_ROBOT_ARMS_DIR=/usr/share/visp/data/robot-simulator |
|
|
| Lagadic
| Map
| Team
| Publications
| Demonstrations
|
Irisa - Inria - Copyright 2012 © Lagadic Project |