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
nim c -d:release -d:mingw --dynlibOverride:SDL2 --passL:-lSDL2 --dynlibOverride:SDL2_gpu --passL:-lSDL2_gpu --passL:-L. -o:platformer examples/platformer/platformer_example.nim would build the platformer example for windows, given that SDL2.dll and SDL2_gpu.dll were in the current directory.
The text was updated successfully, but these errors were encountered:
avahe-kellenberger
changed the title
Create easy builds for windows and mac os
Create easy builds for windows
Mar 14, 2022
https://ci.appveyor.com/project/grimfang4/sdl-gpu and https://github.com/grimfang4/sdl-gpu#building to build dynamic libs for the different platforms.
nim c -d:release -d:mingw --dynlibOverride:SDL2 --passL:-lSDL2 --dynlibOverride:SDL2_gpu --passL:-lSDL2_gpu --passL:-L. -o:platformer examples/platformer/platformer_example.nim
would build the platformer example for windows, given thatSDL2.dll
andSDL2_gpu.dll
were in the current directory.The text was updated successfully, but these errors were encountered: