You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
hello , thanks for your contribution !
I do not want to use cmake to compile , but use visual studio to run main.cpp, Is this possible? I have tried it but many errors occured.
The text was updated successfully, but these errors were encountered:
Hello! Unfortunately, I do not have experience myself using Visual Studio. My guess is that after compiling LibMP, you would need to add the resulting DLL file, import library, and include paths to your VS project. Also, you will need to include the ProtoBuf and OpenCV libraries. (In this repository's CMake project, I import MediaPipe's versions of these two libraries.)
Basically, you'll need to follow along to CMakeLists.txt and do the same configuration in your own project, but in Visual Studio.
If anyone else has experience with VS, please share any tips!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello , thanks for your contribution !
I do not want to use cmake to compile , but use visual studio to run main.cpp, Is this possible? I have tried it but many errors occured.
The text was updated successfully, but these errors were encountered: