3

I want to use opencv with C++. But i dont want to install Visual studio. Is there any way i can do that ?

I could not find any proper installation guide for that .

1
  • 1
    [quote] Unless you like making your life complicated, the message is clear. Don't do it, install VS [unquote], cf. stackoverflow.com/q/15409908 Commented May 3, 2016 at 7:01

1 Answer 1

1

Visual Studio is just an IDE that helps you to develop your project. To use OpenCV library on windows, you have to add the IncludePath, LibraryPath, and link the ddl libs. In fact Visual Studio make all the stuff easier.

There might be another solution by using MingGW compiler, but it is not recommended since you are using Windows and Visual Studio is the better choice.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.