c47edit
c47edit copied to clipboard
Cant compile because of errors
Cant compile because of errors
This is too vague, but I do admit the compiling process has changed since the last time I edited the README.
You need Visual Studio 2022 (older might work but no guarantee) as well as vcpkg and install the required libraries with:
vcpkg install miniz nlohmann-json stb libsquish
And be sure you also have enabled vcpkg integration with: vcpkg integrate install
If you just want to test the editor you can also download the latest build from Appveyor: https://ci.appveyor.com/project/AdrienTD/c47edit/build/artifacts
Ok. I see. Thanks.