summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@theqtcompany.com>2015-05-21 12:04:18 +0300
committerMika Salmela <mika.salmela@theqtcompany.com>2015-05-24 10:20:53 +0000
commitf4ce921b557f1dac0150677ab31654bc66018806 (patch)
tree37716072876e8a7206a95a924c065cc6b537ea20
parentd252baabcab7509ae89628f42481ef8b6c351181 (diff)
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>
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 0b5cc8dd5..284ebb833 100644
--- a/README
+++ b/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.