assimp/packaging/windows-innosetup/howto-build-setup.txt

13 lines
546 B
Plaintext

1) Get MS VC 2005 SP1 redist packages for x86 and amd64 (currently http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en, http://www.microsoft.com/downloads/details.aspx?familyid=EB4EBE2D-33C0-4A47-9DD4-B9A6D7BD44DA&displaylang=en) and copy 'em right here.
vcredist_x86.exe
vcredist_x64.exe
2) Build assimp, assimpcmd and assimpview for the 'release-dll' target and both the Win32 and x64 architectures.
3) Get Inno Setup
4) Compile, output is written to the 'out' folder.