From 058f98a63658dc1a2579826ba167fd61bed1e21f Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 4 Mar 2022 10:47:15 -0600 Subject: add assimp submodule --- .../windows-innosetup/readme_installer.txt | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/mesh/assimp-master/packaging/windows-innosetup/readme_installer.txt (limited to 'src/mesh/assimp-master/packaging/windows-innosetup/readme_installer.txt') diff --git a/src/mesh/assimp-master/packaging/windows-innosetup/readme_installer.txt b/src/mesh/assimp-master/packaging/windows-innosetup/readme_installer.txt new file mode 100644 index 0000000..252c396 --- /dev/null +++ b/src/mesh/assimp-master/packaging/windows-innosetup/readme_installer.txt @@ -0,0 +1,23 @@ + +------------------------------------------------------------------------------------ +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. -- cgit v1.2.1