37 | | For some IDEs we supply the dependencies with the libraries and includes directly as archive: |
38 | | || Name || Date || Notes || |
39 | | || || || || |
40 | | || [http://svn.orxonox.net/ogre/binaries/VisualStudio8/Orxonox_Dependencies_VC8SP1_081012.rar Visual Studio 2005 SP1 Precompiled Dependencies] || 12 October 2008 || You must have SP1 installed! || |
41 | | || [http://svn.orxonox.net/ogre/binaries/VisualStudio8/Orxonox_Dependencies_VC8SP1_081014.rar Visual Studio 2005 SP1 Precompiled Dependencies] || 14 October 2008 || Includes ODE 0.9 and 0.10.1 || |
| 37 | For some Compilers on Windows we supply the dependencies with the libraries and includes directly as archive. In order to configure them a file called PackageConfigXX.cmake is found in the folder. If you download archives for multiple Compilers simply overwrite these files without regard, they're the same anyway. |
| 38 | || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8.zip download] || Compiler || Date || Content || Note || |
| 39 | || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8.zip download] || Visual Studio 2005 || 12.02.2009 || Includes and binaries || All you probably need || |
| 40 | || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8_Binaries.zip download] || Visual Studio 2005 || 12.02.2009 || binaries only || To be used if you already have another archive || |
| 41 | || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC8_DebugSymbols.zip download] || Visual Studio 2005 || 12.02.2009 || debug symbols || Helps stepping through libraries || |
| 42 | || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC9.zip download] || Visual Studio 2008 || 12.02.2009 || Includes and binaries || All you probably need || |
| 43 | || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC9_Binaries.zip download] || Visual Studio 2008 || 12.02.2009 || binaries only || To be used if you already have another archive || |
| 44 | || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MSVC9_DebugSymbols.zip download] || Visual Studio 2008 || 12.02.2009 || debug symbols || Helps stepping through libraries || |
| 45 | || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MinGW.zip download] || MinGW || 12.02.2009 || Includes and binaries || All you need || |
| 46 | || [http://svn.orxonox.net/ogre/precompiled_dependencies/OrxonoxDeps_090212_MinGW_Binaries.zip download] || MinGW || 12.02.2009 || binaries only || To be used if you already have another archive || |
| 47 | Note: The include files are shared among all the compilers. If you extract multiple archives, they might get conflicted, but you can overwrite them without worrying. |