用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
346 B

5 months ago
如何升级SDL:
去SDL2[官网](http://www.libsdl.org/download-2.0.php)下载最新SDL库,并将include和lib文件夹覆盖过来即可。替换时需要注意,.gitignore文件中忽略了.dll和.lib文件,提交.dll和.lib文件需要强制提交一下。
如图:
![figure1](figures/SDL_download.png)
![figure1](figures/SDL2.png)