Open ShortRoundDev opened 2 years ago
Hey @ShortRoundDev, this project is still being supported. As far as building, we use cmake to build everything so the existing sln is more of an old artifact that needs to be removed.
The basic instructions for creating the solution would be as follows (requires cmake):
mkdir Built
cd Built
mkdir Int
cd Int
mkdir cmake_x64
cd cmake_x64
cmake ..\..\.. -G "Visual Studio 17 2022" -A x64
start GLTFSDK.sln
and you should be able to start building it.I'll get some instructions written up and added to the readme sometime this week.
Some build instructions for macOS would be wonderful too :)
Dupe / related: #70
Hello! I followed the steps above and ran cmake. I got an error message similar to the following: error: could not find git for clone of RapidJSON Please let me know if there is a solution:)
Is this project still being supported? I may be missing something here, but master branch doesn't build on VS2022 under > C++14. I'm on Windows 10 21H1
Are there build instructions for the SLN file? It appears this may require C++ 11 if it's still using the experimental headers?