Skip to content

How to clone SLProject

Marino edited this page Feb 24, 2025 · 7 revisions

The SLProject is hosted at GitHub as a GIT repository. GIT is a distributed versioning control system.

You can clone the project with the following command in the console:

cd <Path where ever you want the SLProject folder>
git clone https://github.com/cpvrlab/SLProject.git
cd SLProject

If you hate the console you can install the GitHub Desktop Client and do the same with some clicks.

For detailed build instructions on various platforms go to the SLProject wiki.

Clone this wiki locally