1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 12:45:29 +08:00

bugfix: 更新Assimp库下载链接

原链接已失效
This commit is contained in:
JeremyYv
2021-12-16 15:32:45 +08:00
committed by GitHub
parent 4a6fb15a80
commit 044860c14d

View File

@@ -40,7 +40,7 @@
## 构建Assimp ## 构建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时可能会出现一些问题所以我会将它们的解决方案列在这里便于大家排除错误 构建Assimp时可能会出现一些问题所以我会将它们的解决方案列在这里便于大家排除错误