-
Notifications
You must be signed in to change notification settings - Fork 1
How to clone SLProject
Marcus Hudritsch edited this page Apr 5, 2024
·
2 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.
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.