# SDLpremake5 **Repository Path**: tony2u/sdlpremake5 ## Basic Information - **Project Name**: SDLpremake5 - **Description**: premake5 scripts for SDL2 build on Windows - **Primary Language**: Lua - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-22 - **Last Updated**: 2022-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SDLpremake5 **# Introduce** premake5 scripts for SDL2 build on Windows # Build script of Windows's SDL2 sets 1. SDL2-2.0.14 2. SDL2_gfx-1.0.4 3. SDL2_image-2.0.5 4. SDL2_ttf-2.0.15 5. SDL2_mixer-2.0.4 using Windows10(64bit) + Anaconda Python3.9(64bit) **# Build tools** * Run download.py (Python3.5 above) * VisualStudio 2015/2017/2019 or * MingW (32bit/64bit) **# History** * Fork on * SDL2 families to latest * SDL2_mixer added * MingW supported **# ToDo** * [o]libpng * [ ]libjpeg * [ ]libtiff * [ ]SDL2_net **# How to build** ``` > python download.py * VisualStudio > premake5_vs2015.bat > start build/SDL2.sln, don't forget to "Retarget Projects" before build * MingW/MSYS > premake5_mingw.bat > under MingW64 shell$ cd build && make config=debug_win64 -j6 > under MingW32 shell$ cd build && make config=debug_win32 -j6 ``` #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)