forked from assimp/assimp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installer now includes runtime redistributable. 64 Bit support enable…
…d. Add dummy readme and instructions how to build the installer using Inno Setup. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@643 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
- Loading branch information
aramis_acg
committed
Apr 4, 2010
1 parent
418033e
commit 313ece9
Showing
3 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Open Asset Import Library (Assimp) SDK Installer | ||
Release Notes | ||
|
||
|
||
|
||
Known Bugs & Limitations | ||
======================== | ||
|
||
|
||
|
||
Troubleshooting | ||
=============== | ||
|
||
1. Missing d3dx9_42.dll? | ||
Install the latest DirectX runtime or grab the file from somewhere (that's evil but mostly fine). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters