Kim Kulling 56ea25f9eb Installer: fix images for installer (#5800) 10 maanden geleden
..
LICENSE.rtf 4e7e47bd43 Updated copyright dates. 5 jaren geleden
WEB 1529f9518f Make file formatting comply with POSIX and Unix standards 5 jaren geleden
howto-build-setup.txt 524834c307 Fix line endings. 10 jaren geleden
readme_installer.txt 758116b083 removed trailing spaces and tabs from source and text 4 jaren geleden
readme_installer_vieweronly.txt 758116b083 removed trailing spaces and tabs from source and text 4 jaren geleden
script_vieweronly.iss 997d380c3a Update script_vieweronly.iss 1 jaar geleden
script_x64.iss 56ea25f9eb Installer: fix images for installer (#5800) 10 maanden geleden
script_x86.iss 56ea25f9eb Installer: fix images for installer (#5800) 10 maanden geleden

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.