An open API service indexing awesome lists of open source software.

https://github.com/lagadic/visp_started

Project given as example based on ViSP third library
https://github.com/lagadic/visp_started

Last synced: 4 months ago
JSON representation

Project given as example based on ViSP third library

Awesome Lists containing this project

README

          

# visp_started
Project given as an example based on ViSP third library available from .

## Prerequisities

This project hosted on Github was designed to use ViSP as third party. Prior to build this project, the user has to download and install ViSP. A set of tutorials explaining how to install ViSP are available from

## How to build
Once ViSP is installed, download the source code from github:

$ git clone git@github.com:lagadic/visp_started.git

Using cmake run:

$ cd visp_started
$ cmake .
$ make

To generate the documentation you can run:

$ make doc