Skip to content

Releases: CatIsNotFound/MyEngine

Download SDL precompiled dynamic library package

08 Dec 15:50

Choose a tag to compare

安装简述

此版本仅发布项目所需要的依赖,下载后无需自行编译(可直接作为动态库使用),以便于配置项目时直接导入或使用。下列为包含的目录:

  • SDL3
  • SDL3_image
  • SDL3_ttf
  • SDL3_mixer

安装提示

Windows

若已安装 Visual Studio 或者已安装 MSVC 生成工具,请安装 MSVC.zip 文件;对于安装 Jetbrain CLion、Qt Creator 等使用 MinGW 编译器的 IDE,请直接安装 MinGW.zip 文件。

对于 MinGW-w64,请检查版本是否大于 14.2.0 及以上(项目需至少支持 C++20 标准)。可直接执行命令 g++ --version 以查看版本号。

Linux

在 Linux 系统下,需优先使用自带的包管理工具安装 C/C++ 开发工具(通常为 GCC/G++ 编译器),之后请安装 Linux.zip 文件即可。


Installation Overview

This release only includes the dependencies required by the project. After downloading, no additional compilation is needed (it can be used directly as a dynamic library), making it easy to import or use when configuring the project. The following directories are included:

  • SDL3
  • SDL3_image
  • SDL3_ttf
  • SDL3_mixer

Installation Notes

Windows

If you have Visual Studio installed or have installed the MSVC build tools, please install the MSVC.zip file. For IDEs such as JetBrains CLion or Qt Creator that use the MinGW compiler, please directly install the MinGW.zip file.

For MinGW-w64, please check that the version is 14.2.0 or higher (the project requires at least C++20 standard support). You can run the command g++ --version to check the version number.

Linux

On Linux systems, you should first install the C/C++ development tools using the built-in package manager (usually the GCC/G++ compiler), and then install the Linux.zip file.