2
0
kkulling 4e16716924 Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 5 жил өмнө
..
LICENSE.rtf 4e7e47bd43 Updated copyright dates. 5 жил өмнө
WEB 1529f9518f Make file formatting comply with POSIX and Unix standards 5 жил өмнө
howto-build-setup.txt 524834c307 Fix line endings. 10 жил өмнө
readme_installer.txt 524834c307 Fix line endings. 10 жил өмнө
readme_installer_vieweronly.txt 1529f9518f Make file formatting comply with POSIX and Unix standards 5 жил өмнө
script_vieweronly.iss b12d8be8ca *** TAG 2.0 RELEASE ***. 14 жил өмнө
script_x64.iss 435f898ffa Update to 5.0.1 5 жил өмнө
script_x86.iss 32de8737b7 Update to 5.0.1 5 жил өмнө

readme_installer.txt


------------------------------------------------------------------------------------
Open Asset Import Library (Assimp) SDK Installer
Release Notes
------------------------------------------------------------------------------------

http://assimp.sf.net


Troubleshooting
===============

1. Missing d3dx9_(some-number).dll?
Install the latest DirectX runtime or grab the file from somewhere (that's evil but mostly fine).

2. Application configuration not correct / missing msvcr***.dll?
Reinstall Microsoft Visual C++ 2005 SP1 Redistributable (x86 or x64, depending on your system)

3. assimp.exe not in PATH
Add it to PATH. That's not a bug, the installer does not alter the PATH.

4. Crashes immediately
You CPU lacks SSE2 support. Build Assimp from scratch to suit your CPU, sorry.