Skip to content

Feature/vcpkg#309

Open
WallanceLee wants to merge 35 commits intofacebookincubator:mainfrom
WallanceLee:feature/vcpkg
Open

Feature/vcpkg#309
WallanceLee wants to merge 35 commits intofacebookincubator:mainfrom
WallanceLee:feature/vcpkg

Conversation

@WallanceLee
Copy link
Copy Markdown

According to this original repo is outdated for years, I decide to use vcpkg and fix for some compilation error for latest gcc version, macOS m1 autodesk fbx sdk link error and latest draco. Also I update README.md for this change.

@facebook-github-bot
Copy link
Copy Markdown

Hi @WallanceLee!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

@facebook-github-bot
Copy link
Copy Markdown

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

@NareshBisht
Copy link
Copy Markdown

How can i build on windows? Please Help. Thank you,

@WallanceLee
Copy link
Copy Markdown
Author

WallanceLee commented Feb 8, 2025

How can i build on windows? Please Help. Thank you,

Just use cmake and vcpkg, both two tools are cross platform, and you could use them with the guide of their official website.
You could reference vcpkg installation guide at https://github.com/microsoft/vcpkg
clone this repo with my PR or just use my forked repo
run "vcpkg install" command in my repo after you setup your vcpkg properly
after that you could use cmake -D CMAKE_TOOLCHAIN_FILE=/path/to/your/vcpkg/scripts/buildsystems/vcpkg.cmake (well, I omit a lot of other parameters which could be necessary and you could reference cmake docs if you want) to integrate cmake with your vcpkg. (BTW I am familiar with Java so I like package manager, so vcpkg just helps me a lot because I used C++ a decade ago when C++ dependecy management is in chaos and I suffered a lot to solve dependencies, dynamic link library AKA .so file in Linux OS.)

@WallanceLee
Copy link
Copy Markdown
Author

How can i build on windows? Please Help. Thank you,

Just use cmake and vcpkg, both two tools are cross platform, and you could use them with the guide of their official website. You could reference vcpkg installation guide at https://github.com/microsoft/vcpkg clone this repo with my PR or just use my forked repo run "vcpkg install" command in my repo after you setup your vcpkg properly after that you could use cmake -D CMAKE_TOOLCHAIN_FILE=/path/to/your/vcpkg/scripts/buildsystems/vcpkg.cmake (well, I omit a lot of other parameters which could be necessary and you could reference cmake docs if you want) to integrate cmake with your vcpkg. (BTW I am familiar with Java so I like package manager, so vcpkg just helps me a lot because I used C++ a decade ago when C++ dependecy management is in chaos and I suffered a lot to solve dependencies, dynamic link library AKA .so file in Linux OS.)

@NareshBisht If you find any problem with my PR, just let me know, and I will process as soon as possbile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants