Difference between revisions of "CEGUI Downloads 0.7.1"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
m (Bot: Automated text replacement (-\[\[(.*?)\|.*?\]\] +\1))
 
(8 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
{{cegui_download_source|version=0.7.1}}
 
{{cegui_download_source|version=0.7.1}}
 
{{cegui_download_docs|version=0.7.1}}
 
{{cegui_download_docs|version=0.7.1}}
 +
 
<div style="background:#2f1fef; padding:0px; border:1px solid #888888; margin-right:5px; margin-bottom:10px">
 
<div style="background:#2f1fef; padding:0px; border:1px solid #888888; margin-right:5px; margin-bottom:10px">
 
<div style="text-align:center; line-height:100%; padding:0.2em; background-color:#eeeeee; border-bottom:1px dashed #888888;">
 
<div style="text-align:center; line-height:100%; padding:0.2em; background-color:#eeeeee; border-bottom:1px dashed #888888;">
<span style="color:#339933; font-size:100%">'''CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2005 (must have SP1)'''</span>
+
<span style="color:#339933; font-size:100%">'''CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2010'''</span>
 
</div>
 
</div>
 
 
<div style="background:#ffffff; padding:0.5em">
 
<div style="background:#ffffff; padding:0.5em">
* This package contains a precompiled SDK supplied as a compressed zip archive. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-SDK-0.7.1-vc8.zip?download Download Now!]
+
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc10.zip?download Download Now!]
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc8.zip?download Download Now!]
+
* ''' Note that there is currently no prebuild SDK available for MSVC++ 2010. '''
 
+
<b>Irrlicht users</b>, please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with 1.7.1. You will have to compile your own 1.7.1 version: follow the instructions in the main docs on downloading the source, then:
+
 
+
* Change these options in config.lua:
+
<b>IRRLICHT_PATHS</b> = { "../irrlicht-1.7.1", "include", "../lib/Win32-visualstudio" }<br>
+
<b>CEGUI_IRR_SDK_VERSION</b> = 16<br>
+
<b>IRRLICHT_RENDERER</b> = true
+
* Run build_vs2005.bat / build_vs2008.bat.
+
* Compile both the LIB and DLL versions of "CEGUIBase.dll" and "CEGUIIrrlichtRenderer.dll" with MSVC++ 2005/2008.
+
* Copy these from CEGUI-0.7.1/bin and CEGUI-0.7.1\lib to the SDK bin and lib files.
+
* Compile your program.
+
 
</div>
 
</div>
 
</div>
 
</div>
Line 32: Line 21:
 
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc9.zip?download Download Now!]
 
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc9.zip?download Download Now!]
  
<b>Irrlicht users</b>, please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with 1.7.1. You will have to compile your own 1.7.1 version: follow the instructions in the main docs on downloading the source, then:
+
'''Irrlicht users''', please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with later versions, including 1.7.1. See [[build configuration for Irrlicht]] about compiling DLLs for your version.
 +
</div>
 +
</div>
  
* Change these options in config.lua:
+
<div style="background:#2f1fef; padding:0px; border:1px solid #888888; margin-right:5px; margin-bottom:10px">
<b>IRRLICHT_PATHS</b> = { "../irrlicht-1.7.1", "include", "../lib/Win32-visualstudio" }<br>
+
<div style="text-align:center; line-height:100%; padding:0.2em; background-color:#eeeeee; border-bottom:1px dashed #888888;">
<b>CEGUI_IRR_SDK_VERSION</b> = 16<br>
+
<span style="color:#339933; font-size:100%">'''CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2005 (must have SP1)'''</span>
<b>IRRLICHT_RENDERER</b> = true
+
</div>
* Run build_vs2005.bat / build_vs2008.bat.
+
 
* Compile both the LIB and DLL versions of "CEGUIBase.dll" and "CEGUIIrrlichtRenderer.dll" with MSVC++ 2005/2008.
+
<div style="background:#ffffff; padding:0.5em">
* Copy these from CEGUI-0.7.1/bin and CEGUI-0.7.1\lib to the SDK bin and lib files.
+
* This package contains a precompiled SDK supplied as a compressed zip archive. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-SDK-0.7.1-vc8.zip?download Download Now!]
* Compile your program.
+
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc8.zip?download Download Now!]
  
 +
'''Irrlicht users''', please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with later versions, including 1.7.1. See [[build configuration for Irrlicht]] about compiling DLLs for your version.
 
</div>
 
</div>
 
</div>
 
</div>
 
{{cegui_download_binary_new|version=0.7.1|dependencies=0.7.x|target=mac|targetlabel=Apple Mac OS X (32 Bit Universal)}}
 
{{cegui_download_binary_new|version=0.7.1|dependencies=0.7.x|target=mac|targetlabel=Apple Mac OS X (32 Bit Universal)}}
 
{{cegui_download_footer|version=0.7.1}}
 
{{cegui_download_footer|version=0.7.1}}
 +
 +
[[Category:Downloads]]

Latest revision as of 23:46, 3 March 2011

CEGUI 0.7.1 Downloads

The files available on this page have been released as a stable release.

CEGUI 0.7.1 Library Source Downloads

  • This package contains the source code supplied as a compressed tarball. It is intended for linux and Apple Mac users. Download Now!
  • This package contains the source code supplied as a compressed zip archive. It is intended for Microsoft Windows users. Download Now!

CEGUI 0.7.1 Documentation Downloads

  • This package contains the CEGUI html and pdf documentation supplied as a compressed zip archive. Download Now!
  • This package contains the CEGUI html and pdf documentation supplied as a compressed tarball. Download Now!

CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2010

  • This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. Download Now!
  • Note that there is currently no prebuild SDK available for MSVC++ 2010.

CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2008

  • This package contains a precompiled SDK supplied as a compressed zip archive. Download Now!
  • This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. Download Now!

Irrlicht users, please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with later versions, including 1.7.1. See build configuration for Irrlicht about compiling DLLs for your version.

CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2005 (must have SP1)

  • This package contains a precompiled SDK supplied as a compressed zip archive. Download Now!
  • This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. Download Now!

Irrlicht users, please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with later versions, including 1.7.1. See build configuration for Irrlicht about compiling DLLs for your version.

CEGUI 0.7.1 Binary Downloads for Apple Mac OS X (32 Bit Universal)

  • This package contains a precompiled SDK supplied as a compressed zip archive. Download Now!
  • This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. Download Now!

The CEGUI Team is pleased to provide you with all this files. Please report all bugs on Mantis Tracker. Make sure to set the version field in all reports.