Skip to content

Commit

Permalink
Add list of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed May 27, 2021
1 parent 5745a1f commit 9309f42
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions source/about/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,19 @@ the LICENSE file.
You can find test models for almost all formats in the **<assimp_root>/test/models** directory. Beware, they're *free*,
but not all of them are **open-source**. If there's an accompagning **'<file>\source.txt'** file don't forget to read it.

Dependencies
------------
The following libs are needed to compile the Asset-Importer-Lib. When checking out the code you don't have to take care
about their installation. All of them are part of the repo or can be installed via Hunter.
* zlib
* zip-lib
* unzip
* pugi-xml
* rapijson
* clipper
* draco
* gtest
* stb_image
* utf8cpp
* poly2tri
* openddlparser

0 comments on commit 9309f42

Please sign in to comment.