Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Cloning Rito

Bartłomiej Jaszczak edited this page Nov 3, 2023 · 3 revisions

In order to clone Rito repo, simply type

$ git clone git@github.com:bartekprtc/rito.git

Rito comes with vcpkg submodule. If you wish to use vcpkg for getting dependencies (recommended on Windows), clone Rito recursively:

$ git clone --recursive git@github.com:bartekprtc/rito.git
Clone this wiki locally