-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Libs download issues on VS #5311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Digging into the scripts I'm seeing some issues: https://github.com/openframeworks/openFrameworks/blob/master/scripts/vs/download_libs.ps1#L54-L55
https://github.com/openframeworks/openFrameworks/blob/master/scripts/dev/download_libs.sh#L174-L177
And I don't see any includes anywhere in there (or even in the zips at http://ci.openframeworks.cc/libs/). I can take a stab at fixing the VS scripts if you tell me where stuff is supposed to go. |
this should be fixed now if you can check again? |
yeah that's not correct i'll take a look tomorrow |
i think this should be fixed already, going to close it. thanks! |
I think there's an issue with the new libs download script (referencing #5299)
In Visual Studio, I just tried using the .ps1 script to download the libs and I think it messed up with assimp and opencv.
The following is my ofxOpenCv folder. There's a bunch of assimp stuff in there, and there are no opencv header files.

The following is my libs folder. I see ippicv in here but no assimp or opencv. Is this where these are all supposed to go?

If I'm doing this wrong, what's the procedure for getting these files in the right place?
The text was updated successfully, but these errors were encountered: