Right click on project> openframeworks add-on and selected both ofxOpenCv and ofxCv
Added #include "ofxOpenCv.h" & #include "ofxCv.h" to ofApp.h
#include "ofxCv.h" was underlined in red so I added the following paths in Properties>C/C++>General>Addition Include Directories which resolved that:
C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\src
C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include
C:\of_v0.9.8_vs_release\addons\ofxCv\src
Here’s the some of the 317 errors I get:
Error (active) cannot open source file "myvec.h" emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 39
Error (active) declaration is incompatible with overloaded function "ofxCv::toCv" (declared at line 262 of "c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h") emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
Error (active) expected a ')' emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
Error (active) expected a ')' emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
Error (active) declaration is incompatible with "cv::Point2f ofxCv::toCv" (declared at line 260) emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 262
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
Error (active) cannot overload functions distinguished by return type alone emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 322
Error (active) cannot open source file "imatrix.h" emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 36
Error (active) cannot open source file "ETF.h" emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 37
Error (active) cannot open source file "fdog.h" emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 38
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 382
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 382
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 444
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 444
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 445
Error (active) name followed by '::' must be a class or namespace name emptyExample c:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 445
Error C1083 Cannot open include file: 'ETF.h': No such file or directory emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\CLD\src\ETF.cpp 1
Error C1083 Cannot open include file: 'ETF.h': No such file or directory emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\CLD\src\fdog.cpp 5
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
Error C2065 'vec2': undeclared identifier (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
Error C2146 syntax error: missing ')' before identifier 'vec' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
Error C2065 'vec3': undeclared identifier (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
Error C2146 syntax error: missing ')' before identifier 'vec' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
Error C2065 'vec2': undeclared identifier (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
Error C2923 'std::vector': 'vec2' is not a valid template type argument for parameter '_Ty' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C2065 'vec3': undeclared identifier (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C2923 'std::vector': 'vec3' is not a valid template type argument for parameter '_Ty' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C2556 'std::vector<cv::Point3f,std::allocator<_Ty>> ofxCv::toCv(const std::vector &)': overloaded function differs only by return type from 'std::vector<cv::Point2f,std::allocator<_Ty>> ofxCv::toCv(const std::vector &)' emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C2371 'ofxCv::toCv': redefinition; different basic types (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
Error C2146 syntax error: missing ';' before identifier 'toOf' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 322
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 322
Error C2146 syntax error: missing ';' before identifier 'toOf' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 322
Error C1083 Cannot open include file: 'imatrix.h': No such file or directory (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\Calibration.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 36
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
Error C2065 'vec2': undeclared identifier (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
Error C2146 syntax error: missing ')' before identifier 'vec' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
Error C2065 'vec3': undeclared identifier (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
Error C2146 syntax error: missing ')' before identifier 'vec' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
Error C2065 'vec2': undeclared identifier (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
Error C2923 'std::vector': 'vec2' is not a valid template type argument for parameter '_Ty' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C2065 'vec3': undeclared identifier (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C2923 'std::vector': 'vec3' is not a valid template type argument for parameter '_Ty' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C2556 'std::vector<cv::Point3f,std::allocator<_Ty>> ofxCv::toCv(const std::vector &)': overloaded function differs only by return type from 'std::vector<cv::Point2f,std::allocator<_Ty>> ofxCv::toCv(const std::vector &)' emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C2371 'ofxCv::toCv': redefinition; different basic types (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
Error C2653 'glm': is not a class or namespace name (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
Error C2146 syntax error: missing ';' before identifier 'toOf' (compiling source file ..\..\..\addons\ofxCv\libs\ofxCv\src\ContourFinder.cpp) emptyExample
In case you use VisualStudio 2015 (which is recommended):
In “solution explorer” if you right-click on your project, you should see a point “openframeworks addons”. Here you can automatically add an addon and it should all be done for you. This makes it way easier.
If you do not have this possibility in “solution explorer” you should go to “Tools -> extension and updates”. Then “online” and search for openframeworks.
That’s what initially did but #include "ofxCv.h" is underlined in red and on the hover I get this message: cannot open source file "ofxCv.h"
I should also mention that when using the “openframeworks addons” the paths to ofxCv aren’t visible in Properties>C/C++>General>Addition Include Directories
In case this does not work do the following: Open project generator click import and choose one of the example folders in ofxcv folder. Then the visual studio files are generated inside this folder. Open the .sln file and build it. If it works (it should) open the project properties of this example and compare the settings (you will need C++ general and Linker generals as well as Linker input).
check above, if the errors are now linker errors try add the paths as I described above (I edited the post) or - even better - go the way with the project generator I described above.
To answer your question: yes, ofxCv should remain in addons. You then tell your project (which remains in myApps) where to look after the addon files needed. This is why you add all the paths.
Btw: better to use relative paths in case you move a folder or work on a different machine one day.
Hi, make sure that you use the correct version of ofxCv. Use the master branch if you are using openFrameworks github version. or the stable version if you are using OF0.9.8. In the readme there are links to both versions.
Then, the easiest way to use ofxCv is to use project generator, add there ofxCv and ofxOpenCv
That would be enough and it should run right away.
best
Thanks for pointing out the project builder, I wasn’t aware of it and it seems like the easiest solution.
However I still still get 800+ errors when building the project (F5):
I re-downloaded the stable which I did using git clone https://github.com/kylemcdonald/ofxCv/
Then opened ProjectBuilder.exe and selected an arbitrary example folder example-contours-color and clicked update.
Within the example-contours-color folder I clicked the newly generated example-contours-color.sln and once VS2015 finished loading I built it (F5). Here’s a few of the 800+ errors I got along with this error window.
What am I doing wrong?!
I appreciate your help!
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
> Error C2065 'vec2': undeclared identifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
> Error C2146 syntax error: missing ')' before identifier 'vec' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
> Error C2065 'vec3': undeclared identifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
> Error C2146 syntax error: missing ')' before identifier 'vec' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
> Error C2065 'vec2': undeclared identifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
> Error C2923 'std::vector': 'vec2' is not a valid template type argument for parameter '_Ty' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C2065 'vec3': undeclared identifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C2923 'std::vector': 'vec3' is not a valid template type argument for parameter '_Ty' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C2556 'std::vector<cv::Point3f,std::allocator<_Ty>> ofxCv::toCv(const std::vector &)': overloaded function differs only by return type from 'std::vector<cv::Point2f,std::allocator<_Ty>> ofxCv::toCv(const std::vector &)' example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C2371 'ofxCv::toCv': redefinition; different basic types (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
> Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
> Error C2146 syntax error: missing ';' before identifier 'toOf' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 322
> Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 322
> Error C2146 syntax error: missing ';' before identifier 'toOf' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 322
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 382
> Error C2061 syntax error: identifier 'vec2' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 382
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 444
> Error C2923 'std::vector': 'ofxCv::vec3' is not a valid template type argument for parameter '_Ty' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 444
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 444
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 445
> Error C2923 'std::vector': 'ofxCv::vec3' is not a valid template type argument for parameter '_Ty' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 445
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 445
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Helpers.h 22
> Error C2061 syntax error: identifier 'findMaxLocation' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Helpers.h 22
> Error C2143 syntax error: missing ';' before '{' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Helpers.h 31
> Error C2447 '{': missing function header (old-style formal list?) (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Helpers.h 31
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 77
> Error C3646 'undistort': unknown override specifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 77
> Error C2059 syntax error: '(' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 77
> Error C2238 unexpected token(s) preceding ';' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 77
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 78
> Error C2923 'std::vector': 'ofxCv::vec2' is not a valid template type argument for parameter '_Ty' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 78
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 78
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
> Error C2065 'vec2': undeclared identifier (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
> Error C2146 syntax error: missing ')' before identifier 'vec' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 260
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
> Error C2065 'vec3': undeclared identifier (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
> Error C2146 syntax error: missing ')' before identifier 'vec' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 261
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
> Error C2065 'vec2': undeclared identifier (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
> Error C2923 'std::vector': 'vec2' is not a valid template type argument for parameter '_Ty' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 264
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C2065 'vec3': undeclared identifier (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C2923 'std::vector': 'vec3' is not a valid template type argument for parameter '_Ty' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C2556 'std::vector<cv::Point3f,std::allocator<_Ty>> ofxCv::toCv(const std::vector &)': overloaded function differs only by return type from 'std::vector<cv::Point2f,std::allocator<_Ty>> ofxCv::toCv(const std::vector &)' example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C2371 'ofxCv::toCv': redefinition; different basic types (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 265
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
> Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
> Error C2146 syntax error: missing ';' before identifier 'toOf' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 321
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 322
> Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 322
> Error C2146 syntax error: missing ';' before identifier 'toOf' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Utilities.h 322
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 76
> Error C2923 'std::vector': 'ofxCv::vec3' is not a valid template type argument for parameter '_Ty' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 76
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 76
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 77
> Error C2923 'std::vector': 'ofxCv::vec2' is not a valid template type argument for parameter '_Ty' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 77
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 77
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 78
> Error C2923 'std::vector': 'ofxCv::vec2' is not a valid template type argument for parameter '_Ty' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 78
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 78
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 82
> Error C2923 'std::vector': 'ofxCv::vec2' is not a valid template type argument for parameter '_Ty' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 82
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 382
> Error C2061 syntax error: identifier 'vec2' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 382
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 82
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 444
> Error C2923 'std::vector': 'ofxCv::vec3' is not a valid template type argument for parameter '_Ty' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 444
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 444
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 445
> Error C2923 'std::vector': 'ofxCv::vec3' is not a valid template type argument for parameter '_Ty' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 445
> Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Wrappers.h 445
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 132
> Error C3646 'getTotalFlow': unknown override specifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 132
> Error C2059 syntax error: '(' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 132
> Error C2238 unexpected token(s) preceding ';' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 132
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 133
> Error C3646 'getAverageFlow': unknown override specifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 133
> Error C2059 syntax error: '(' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 133
> Error C2238 unexpected token(s) preceding ';' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 133
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 134
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Helpers.h 22
> Error C3646 'getFlowOffset': unknown override specifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 134
> Error C2061 syntax error: identifier 'findMaxLocation' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Helpers.h 22
> Error C2059 syntax error: '(' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 134
> Error C2143 syntax error: missing ';' before '{' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Helpers.h 31
> Error C2238 unexpected token(s) preceding ';' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 134
> Error C2447 '{': missing function header (old-style formal list?) (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Helpers.h 31
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 135
> Error C3646 'getFlowPosition': unknown override specifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 135
> Error C2059 syntax error: '(' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 135
> Error C2238 unexpected token(s) preceding ';' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 135
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 136
> Error C3646 'getTotalFlowInRegion': unknown override specifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 136
> Error C2059 syntax error: '(' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 136
> Error C2238 unexpected token(s) preceding ';' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 136
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 137
> Error C3646 'getAverageFlowInRegion': unknown override specifier (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 137
> Error C2059 syntax error: '(' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 137
> Error C2238 unexpected token(s) preceding ';' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Flow.h 137
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 77
> Error C3646 'undistort': unknown override specifier (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 77
> Error C2059 syntax error: '(' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 77
> Error C2238 unexpected token(s) preceding ';' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 77
> Error C2653 'glm': is not a class or namespace name (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 78
> Error C2923 'std::vector': 'ofxCv::vec2' is not a valid template type argument for parameter '_Ty' (compiling source file src\ofApp.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Calibration.h 78
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Kalman.h 17
> Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Kalman.h 17
> Error C2143 syntax error: missing ',' before '&' (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Kalman.h 17
> Error C2653 'glm': is not a class or namespace name (compiling source file src\main.cpp) example-contours-color C:\of_v0.9.8_vs_release\addons\ofxCv\libs\ofxCv\include\ofxCv\Kalman.h 18
As roymacdonald pointed I was using the wrong version.
I did correctly navigate to ofxCv/stable but it turns out that using the link displayed when clicking on “Clone or Download” with git clone serves a different version than downloading the ZIP directly.
hi, ofxCv stable release is just a different branch, so using just clone will pull from master.
So, if you dont want to use the downloaded zip you can call git checkout stable after cloning.