소스 검색

Update Build.md

Add more details about the default build.
ccn 1 년 전
부모
커밋
a63a6011c5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Build.md

+ 1 - 0
Build.md

@@ -43,6 +43,7 @@ cd assimp
 cmake CMakeLists.txt 
 cmake CMakeLists.txt 
 cmake --build .
 cmake --build .
 ```
 ```
+Note that by default this builds a shared library into the `bin` directory. If you want to build it as a static library see the build options at the bottom of this file.
 
 
 ### Build instructions for Windows with Visual-Studio
 ### Build instructions for Windows with Visual-Studio