-
交叉编译 (windows to linux) 示例:在 SCons 中与 SDL2 一同使用,即 scons-x-compile
资源介绍
scons-x-编译
交叉编译 (windows/linux) SCons构建助手。
在一篇关于从 linux 交叉编译 Windows 的 SDL 项目的文章中用作示例。
存储库有许多可以检出的分支,每个分支都增加了先决条件。
交叉编译是使用x86_64-w64-mingw32 。 在 debian/ubuntu 上,使用以下命令安装:
sudo apt-get install g++-mingw-w64 mingw-w64-{tools,x86-64-dev}
构建设置使用SCons 。 在 debian/ubuntu 上,安装:
sudo apt-get install scons
如何使用:
交叉编译所有先决条件和 SDL 库以及 GLEW,如下所述。
git checkout hello-sdl出所需的分支,例如git checkout hello-sdl
使用