utigo
Utigo is the C++ package manager. Utigo downloads your C++ package's dependencies, compiles your packages, makes distributable packages, and uploads them to utigo.org.
How to download and setup utigo
Open terminal and run command
git clone https://github.com/utigo/utigo.git
git clone is used to create a copy or clone of utigo repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with utigo https://github.com/utigo/utigo/archive/master.zip
Or simply clone utigo with SSH
[email protected]:utigo/utigo.git