Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
Aashish Chaudhary edited this page Oct 2, 2013 · 29 revisions

Welcome to the vgl wiki!

Develop VGL

Build and Install

VGL source has minimum dependencies but testing requires additional libraries and datasets. In order to build VGL on your system, follow the steps below:

git clone vgl-src
mkdir vgl-build
cd vgl-build
cmake DENABLE_TESTING ../vgl-src
ccmake .

Clone this wiki locally