Releases: CatIsNotFound/MyEngine
Download SDL Shared Libraries
安装简述
此版本仅发布项目所需要的依赖,下载后无需自行编译(可直接作为动态库使用),以便于配置项目时直接导入或使用。下列为包含的目录:
- SDL3
- SDL3_image
- SDL3_ttf
- SDL3_mixer
安装提示
Windows
若已安装 Visual Studio 或者已安装 MSVC 生成工具,请安装 MSVC_amd64.zip 文件;对于安装 Jetbrain CLion、Qt Creator 等使用 MinGW 编译器的 IDE,请直接安装 MinGW_amd64.zip 文件。
对于 MinGW-w64,请检查版本是否大于 14.2.0 及以上(项目需至少支持 C++20 标准)。可直接执行命令 g++ --version 以查看版本号。
Linux
在 Linux 系统下,需优先使用自带的包管理工具安装 C/C++ 开发工具(通常为 GCC/G++ 编译器),之后请安装 Linux.zip 文件即可。
Installation Overview
This version only includes the dependencies required for the project. After downloading, there is no need to compile it yourself (it can be used directly as a dynamic library), making it easier to import or use directly when configuring the project. The following directories are included:
- SDL3
- SDL3_image
- SDL3_ttf
- SDL3_mixer
Installation Tips
Windows
If you have already installed Visual Studio or the MSVC build tools, please install the MSVC_amd64.zip file; for IDEs like JetBrains CLion or Qt Creator using the MinGW compiler, please install the MinGW_amd64.zip file directly.
For MinGW-w64, check if the version is 14.2.0 or above (the project requires at least C++20 standard support). You can directly run the command g++ --version to check the version number.
Linux
On Linux systems, first use the built-in package manager to install C/C++ development tools (usually the GCC/G++ compiler), then install the Linux.zip file.