Simplifying Mayo Project Setup with vcpkg #286
181404010226
started this conversation in
Ideas
Replies: 1 comment
-
Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Simplifying Mayo Project Setup with vcpkg
Using vcpkg can significantly streamline the installation process for most Mayo dependencies, such as Qt and Assimp. Here's a guide to help you set up the project:
Install main dependencies using vcpkg:
Install Visual Studio ATL/MFC components:
OpenCascade installation:
This approach simplifies dependency management for the Mayo project, with the exception of OpenCascade which requires manual installation, and potentially FFmpeg if debug mode is needed.
Beta Was this translation helpful? Give feedback.
All reactions