1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Merge pull request #202 from JeremyYvv/patch-3

bugfix: 更新Assimp库下载链接
This commit is contained in:
Gary Wang
2021-12-16 20:14:35 +08:00
committed by GitHub

View File

@@ -40,7 +40,7 @@
## 构建Assimp
你可以在Assimp的[下载页面](http://assimp.org/main_downloads.html)中选择相应的版本。在写作时使用的Assimp最高版本为3.1.1。我们建议你自己编译Assimp库因为它们的预编译库在大部分系统上都是不能运行的。如果你忘记如何使用CMake自己编译一个库的话可以复习[创建窗口](../01 Getting started/02 Creating a window.md)小节。
你可以在Assimp的[下载页面](http://assimp.org/index.php/downloads)中选择相应的版本。在写作时使用的Assimp最高版本为3.1.1。我们建议你自己编译Assimp库因为它们的预编译库在大部分系统上都是不能运行的。如果你忘记如何使用CMake自己编译一个库的话可以复习[创建窗口](../01 Getting started/02 Creating a window.md)小节。
构建Assimp时可能会出现一些问题所以我会将它们的解决方案列在这里便于大家排除错误