Update Build.md

Add more details about the default build.
pull/5322/head^2
ccn 2023-11-05 22:20:16 -05:00 committed by Kim Kulling
parent 6f715edfa0
commit a63a6011c5
1 changed files with 1 additions and 0 deletions

View File

@ -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