-
Notifications
You must be signed in to change notification settings - Fork 751
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
How to build javacpp-presets on windows #81
Comments
What "changes" are you referring to? We can run Maven from Eclipse, sure, no problem. What issues are you encountering? |
This is the exception I got when I run in maven directly, it looks for a opencv file and fail to find it,
|
I see, you want to change the include and link directories. That can be done by adjusting the values in the |
I made the changes, and met the issue again, and I search pre-built opencv 3.0, there is no face.hpp, is this a known issue or I need to build opencv first? Or follow this guide https://github.com/bytedeco/javacpp-presets/wiki/Building-on-Windows is recommended? And note I only want to build opencv now. thanks.
|
We can remove |
The new exception is
Do we know what's the root cause for this? Is there a defect on this part? And I tried to follow windows build guide, my computer failed to install window SDK, can I build in msys shell? Do we have some plan to build javacv 1.0 with face recognizer? thanks. |
Again, if you're not interested in the xfeatures2d module, just delete opencv_xfeatures2d.java from the presets. The compiler as part of the SDK is gone. Just install Visual Studio instead. Sure, there's eventually going to be a release. |
No luck,
My question is can I specified the compiler to mingw? If yes, can you help to show how? thanks |
OpenCV supports better MSVC, and it's free anyway, so I don't feel there's any reason to not use it...? |
I've documented the build environments on this wiki page: |
Per this issue bytedeco/javacv#196, I want to build javacpp and javacpp-presets.
I am using windows system, and I find a guide https://github.com/bytedeco/javacpp-presets/wiki/Building-on-Windows, my questions are,
thanks.
The text was updated successfully, but these errors were encountered: