Browse Source

Merge branch 'master' into kimkulling/fix_invalid_opengex_token_match

Kim Kulling 3 năm trước cách đây
mục cha
commit
96ccaa03a0
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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