diff options
author | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
commit | 8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch) | |
tree | 52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/packaging/windows-innosetup/howto-build-setup.txt | |
parent | db81b925d776103326128bf629cbdda576a223e7 (diff) |
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/packaging/windows-innosetup/howto-build-setup.txt')
-rw-r--r-- | src/mesh/assimp-master/packaging/windows-innosetup/howto-build-setup.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mesh/assimp-master/packaging/windows-innosetup/howto-build-setup.txt b/src/mesh/assimp-master/packaging/windows-innosetup/howto-build-setup.txt deleted file mode 100644 index d089c0c..0000000 --- a/src/mesh/assimp-master/packaging/windows-innosetup/howto-build-setup.txt +++ /dev/null @@ -1,16 +0,0 @@ - -How to build the Assimp installer using Inno Setup - - -1) Get MS VC 2008 SP1 redist packages for x86 and amd64 and copy 'em right here. - -vcredist_x86.exe -vcredist_x64.exe - -2) Get D3DCompiler_NN.dll and D3DX9_NN.dll from a) your system32 folder and b) your SysWOW64 folder. Copy all 4 here. Rename the 64 bit files to <originalname>_x64.dll. NN is the D3DX version targeted by your DX SDK. If it is not 42, you need to update the Inno setup script (script.iss) as well. If you don't have a 64 bit Windows, get the DLLs from somebody else. Please don't ask google because many DLL downloads are infected. - -3) Build assimp, assimpcmd and assimpview for the 'release-dll' target and both the Win32 and x64 architectures. - -4) Get Inno Setup -5) Compile, output is written to the 'out' folder. - |