Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

how can I run this project in visual studio? #4

Open
liuweie opened this issue Jun 26, 2023 · 1 comment
Open

how can I run this project in visual studio? #4

liuweie opened this issue Jun 26, 2023 · 1 comment

Comments

@liuweie
Copy link

liuweie commented Jun 26, 2023

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.

@rajkundu
Copy link
Owner

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants