-
Notifications
You must be signed in to change notification settings - Fork 2
How to clone SLProject
Marino edited this page Feb 24, 2025
·
3 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/SLProject4.git
cd SLProject4
If you hate the console you can install the GitHub Desktop Client and do the same with some clicks.
Warning for Windows: Make sure that the path where you clone the project into is NOT longer than 256 characters.
For detailed build instructions on various platforms go to the SLProject wiki.