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
- Host: GitHub
- URL: https://github.com/lagadic/visp_started
- Owner: lagadic
- Created: 2015-01-12T08:37:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T06:38:37.000Z (about 1 year ago)
- Last Synced: 2025-07-18T10:51:19.044Z (11 months ago)
- Language: CMake
- Size: 31.3 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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