manbrew
Manage manually installed (C++) libraries (for cmake) along with homebrew in OSX.
How to download and setup manbrew
Open terminal and run command
git clone https://github.com/KuangyeChen/manbrew.git
git clone is used to create a copy or clone of manbrew 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 manbrew https://github.com/KuangyeChen/manbrew/archive/master.zip
Or simply clone manbrew with SSH
[email protected]:KuangyeChen/manbrew.git