浏览代码

Merge pull request #4595 from assimp/kimkulling/fix-doc

Update name of package
Kim Kulling 3 年之前
父节点
当前提交
b6f3c8eb15
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Build.md

+ 2 - 1
Build.md

@@ -14,7 +14,8 @@ The assimp port in vcpkg is kept up to date by Microsoft team members and commun
 ## Install on Ubuntu
 You can install the Asset-Importer-Lib via apt:
 ```
-sudo apt-get install assimp
+sudp apt-get update
+sudo apt-get install libassimp-dev
 ```
 
 ## Install pyassimp