Difference between revisions of "CEGUI Downloads 0.7.1"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
(Removed SDK warning, because they are fixed.)
Line 10: Line 10:
 
* 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 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-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-vc8.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:
 +
 +
* 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 20: Line 31:
 
* This package contains a precompiled SDK supplied as a compressed zip archive. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-SDK-0.7.1-vc9.zip?download Download Now!]
 
* This package contains a precompiled SDK supplied as a compressed zip archive. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-SDK-0.7.1-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!]
 
* 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:
 +
 +
* 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>
 
{{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}}

Revision as of 19:26, 15 March 2010

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++ 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 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:

IRRLICHT_PATHS = { "../irrlicht-1.7.1", "include", "../lib/Win32-visualstudio" }
CEGUI_IRR_SDK_VERSION = 16
IRRLICHT_RENDERER = 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.

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 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:

IRRLICHT_PATHS = { "../irrlicht-1.7.1", "include", "../lib/Win32-visualstudio" }
CEGUI_IRR_SDK_VERSION = 16
IRRLICHT_RENDERER = 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.

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.