Difference between revisions of "Downloads"

(EiffelStudio 6.x Pre-releases)
(EiffelStudio 6.x Pre-releases)
Line 8: Line 8:
 
Details about new features and bug fixes in the builds are on the [http://dev.eiffel.com/EiffelStudio_Releases releases page].
 
Details about new features and bug fixes in the builds are on the [http://dev.eiffel.com/EiffelStudio_Releases releases page].
  
{{Note|Please be aware that the 6.x versions released through this site are intermediate builds on the road towards official EiffelStudio 6.x. If you are experiencing problems with this release, please use the ''es-devel'' [[Mailing_Lists|mailing list]] for discussions.}}
+
{{Note|Please be aware that the 6.x versions released through this site are intermediate builds on the road towards official EiffelStudio 6.x. If you are experiencing problems with this release, please use the [http://eiffelstudio.origo.ethz.ch/forum EiffelStudio developer forums] for discussions.}}
  
 
The convention used for filenames is the following:
 
The convention used for filenames is the following:
  Eiffel60_gpl_$BUILD-$ISE_PLATFORM.[tar.bz2|msi]
+
  Eiffel61_gpl_$BUILD-$ISE_PLATFORM.[tar.bz2|msi]
 
Where '''$BUILD''' is a build number, the higher number the more recent release it is, and where '''$ISE_PLATFORM''' is the name of your platform.
 
Where '''$BUILD''' is a build number, the higher number the more recent release it is, and where '''$ISE_PLATFORM''' is the name of your platform.
  

Revision as of 16:26, 17 October 2007

EiffelStudio 6.x Pre-releases

We provide versions of EiffelStudio for most popular platforms (Linux, Windows, Solaris, Irix, ...).

You can find the latest builds in the Origo download area as well as in the Eiffel Software beta area.

Details about new features and bug fixes in the builds are on the releases page.

Information.png Note: Please be aware that the 6.x versions released through this site are intermediate builds on the road towards official EiffelStudio 6.x. If you are experiencing problems with this release, please use the EiffelStudio developer forums for discussions.

The convention used for filenames is the following:

Eiffel61_gpl_$BUILD-$ISE_PLATFORM.[tar.bz2|msi]

Where $BUILD is a build number, the higher number the more recent release it is, and where $ISE_PLATFORM is the name of your platform.

To access older 6.x builds, go directly to old releases.

Experimental builds can be found in the experimental build folder.

Mac OS X builds can be found here.

EiffelStudio 6.0

You can download the official EiffelStudio 6.0 release from Eiffel Software. The GPL release can also be downloaded from SourceForge.

Doc Builder

You can download the documentation generation tool for Windows 32-bit with .NET 1.1 installed by extracting the content of doc_builder.zip onto your hard-drive. Once installed, you can launch the tool by launching the doc_builder.exe executable.

If you have both .NET 1.1 and .NET 2.0 (or greater), you need to force the loading of .NET 1.1. To do so, edit the file doc_builder.exe.config so that its content looks like:

<configuration> 
	<startup> 
		<requiredRuntime version="v1.1.4322" safemode="true"/> 
	</startup> 
	<runtime> 
		<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> 
			<probing privatePath="Assemblies"/> 
		</assemblyBinding> 
	</runtime> 
</configuration>