ofxAddonTool
Standalone bash script to manage your OpenFrameworks addon dependencies using git.
How to download and setup ofxAddonTool
Open terminal and run command
git clone https://github.com/Daandelange/ofxAddonTool.git
git clone is used to create a copy or clone of ofxAddonTool 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 ofxAddonTool https://github.com/Daandelange/ofxAddonTool/archive/master.zip
Or simply clone ofxAddonTool with SSH
[email protected]:Daandelange/ofxAddonTool.git