Closed RoTob123 closed 3 months ago
Hello,
I'm trying to install tilengine as readme saying, but why do I need to put headers and lib binary files in src when install.bat checks for dlls in lib/x64/? Do I need to compile dlls by myself? By reading readme, i got these directories:
install.bat
lib/x64/
src (has headers) src/libpng (has headers) src/libpng/Windows (has binaries, etc.) src/sdl/lib/Windows (has binaries, etc.) src/sdl/SDL2 (has headers)
Am I doing something wrong?
I forgot about cmake existance :\
Hello,
I'm trying to install tilengine as readme saying, but why do I need to put headers and lib binary files in src when
install.bat
checks for dlls inlib/x64/
? Do I need to compile dlls by myself? By reading readme, i got these directories:src (has headers) src/libpng (has headers) src/libpng/Windows (has binaries, etc.) src/sdl/lib/Windows (has binaries, etc.) src/sdl/SDL2 (has headers)
Am I doing something wrong?