mirror of https://github.com/qt/qt3d.git
Add comment about assimp to readme
Added few lines about assimp dependency on some examples. Change-Id: I7fcb233f3691d6671c582e0c4541eeaaee19165d Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
This commit is contained in:
parent
d252baabca
commit
f4ce921b55
8
README
8
README
|
@ -96,3 +96,11 @@ export to cause the installation rules to place all the files into a sandboxed
|
|||
install tree, ready for packaging:
|
||||
|
||||
INSTALL_ROOT=tmp make install
|
||||
|
||||
|
||||
Examples
|
||||
========
|
||||
|
||||
Some examples require assimp library to parse the content. Go to http://assimp.sourceforge.net/
|
||||
and build and install the assimp library. Then configure Qt3D to include assimp and
|
||||
run qmake && make.
|
||||
|
|
Loading…
Reference in New Issue