CHANGE: Add readme, license info and a very basic install howto.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@137 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
kimmi
2008-09-13 11:53:17 +00:00
parent b8d931fda0
commit e085cc6c3e
3 changed files with 93 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
Open Asset Import Library (Assimp) Install
-----------------------------------------
To take a look into the ASSIMP library just get the code, go to the
workspaces-directory and open your prefered build enviroment. Now just build
the engine, start the ASSIMP-Viewer application and select one of our basic test-files.
You need boost-1.35 to build the Asset Import Library.