logo
  • Contact
  • Scribbles
  • Articles

Showing 2 scribbles with tag windows
  • 2014-11-12

    Cross-compiling for windows (from linux) - Part 2

    This article covers cross-compiling (from scracth) all the necessary libraries for an SDL2 based OpenGL application. In particular: SDL2, SDL2_image (w/png, jpeg), SDL_mixer (w/ogg), SDL_ttf, GLEW

    c++ development gamedev SDL2 OpenGL SCons linux windows
  • 2014-11-11

    Cross-compiling for windows (from linux) - Part 1

    This article talks about how to cross-compile a 64bit windows application from linux, using mingw. This first part covers the necessary tools, and shows a minimal SCons based build system for cross-compiling Hello_World.exe.

    c++ development gamedev SCons linux windows