Skip to content
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

can I run the example in MS VS 2015? #13

Closed
ghost opened this issue May 8, 2017 · 1 comment
Closed

can I run the example in MS VS 2015? #13

ghost opened this issue May 8, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented May 8, 2017

Do not know how to adjust setup.py to run the example in MS VS 2015 as a python project.

@fehlfarbe
Copy link
Owner

fehlfarbe commented May 8, 2017

Sorry, I have no idea if or how this works with Windows. Maybe it's enough to replace

include_dirs=["C:/opencv2/include", "C:/eigen3/", "."],
                         libraries=["opencv_world.dll", "aruco.dll"],
library_dirs=["C:/opencv2/"]

and run setup.py with python setup.py build --compiler msvc or so?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant