Update Build.md

Add more details about the default build.
pull/5314/head
ccn 2023-11-05 22:20:16 -05:00 committed by GitHub
parent 108e3192a2
commit 436e50da97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ cd assimp
cmake CMakeLists.txt
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