-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build it on Windows? #4
Comments
Thanks a lot, @raph080! I appreciate your willingness to provide more information when you have the chance. And thanks to @n-burk for testing it on Windows. If it's not too much trouble, could you share the build process or any specific steps you followed to get it up and running on Windows? It would be incredibly helpful, especially for those of us new to building the project on this platform. |
This was pretty straightforward, I ran cmake in a Visual Studio 2022 developer terminal, cracked open the sln it generated and then compiled in release. I will note that compiling in Debug introduced some wonky OpenUsd side things my windows build was missing but these seemed to be more on the OpenUsd side than ImGuiHydraEditor side |
I'm interested in building it on Windows and noticed the build instructions primarily focus on macOS and Linux. Could you please provide guidance or instructions on how to successfully build it on Windows? Specifically, I'm looking for details on any necessary adaptations or additional dependencies required for the Windows platform.
Thank you
The text was updated successfully, but these errors were encountered: