You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a program on macos, probably affected by sdl2 so it can not be compiled cross-platform. So I tried to compile the windows exe on windows. when compiling it reported an error
I tried to find the answer in the readme, but I couldn't understand it
The passage:
Install SDL2 http://libsdl.org/download-2.0.php
- Extract the SDL2 folder from the archive using a tool like [7zip](http://7-zip.org/)
- Inside the folder, copy the i686-w64-mingw32 and/or x86_64-w64-mingw32 depending on the architecture you chose into your mingw-w64 folder e.g. C:\Program Files\mingw-w64\x86_64-6.3.0-win32-seh-rt_v5-rev1\mingw64
I downloaded sdl2 and only one dll file was available after decompression
Which folder does Inside the folder refer to? Where do I copy i686-w64-mingw32 and/or x86_64-w64-mingw32 to mingw-w64?
The text was updated successfully, but these errors were encountered:
Hi @wushu037, yes you should download the development version. Inside the folder refers to the inside of the extracted SDL2 package directory. Afterwards, you can copy the said directories (i686-w64-mingw32 and/or x86_64-w64-mingw32) to a directory inside your MinGW installation at something like C:\Program Files\mingw-w64\x86_64-6.3.0-win32-seh-rt_v5-rev1\mingw64. Your version is most likely different from the one in the README but you should be able to judge where to put them based on the structure.
Let me know if you still have difficulty installing it! I have also replied on the other issue that you created.
I wrote a program on macos, probably affected by sdl2 so it can not be compiled cross-platform. So I tried to compile the windows exe on windows. when compiling it reported an error
I tried to find the answer in the readme, but I couldn't understand it
The passage:
I downloaded sdl2 and only one dll file was available after decompression
Which folder does
Inside the folder
refer to? Where do I copyi686-w64-mingw32 and/or x86_64-w64-mingw32
to mingw-w64?The text was updated successfully, but these errors were encountered: