And i dont have sound on this machine so i cannot hear Zach’s explanations on the addons installing video, plus I am on linux with CodeBlocks http://www.openframeworks.cc/addons/installing
if I’m reading your question right I think I’ve just done this myself.
You need to download the codeblocks fat version. That has an extra addons directory that includes ofAddons.h
I’ve just watched that video you linked, and I’ll try and summarise.
The addons are downloaded as part of the FAT package, but are not installed by default.
go to your unzipped download folder and look in the addons directory, you should see stuff like ofxOpenCv
I’ll use this as an example.
inside this you have directories
examples
libs
src
You need to copy these files over into your project, and can get a good idea of what to do by looking in the install.xml
This is not intended to be an automated process (i think) but documentation of the steps you need to follow.
There are also steps to add include paths libraries, but these steps were not explained in the video.
Maybe someone else can help out here?