Difference between revisions of "Downloads"

m
(EiffelStudio Pre-releases)
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
[[Category:EiffelStudio]]
 
[[Category:EiffelStudio]]
 
[[Category:Compiler]]
 
[[Category:Compiler]]
==EiffelStudio 6.x Pre-releases==
+
==EiffelStudio YY.MM==
 +
You can download the official EiffelStudio YY.MM release from [http://www.eiffel.com/downloads Eiffel Software]. The GPL release can also be downloaded from [http://sourceforge.net/projects/eiffelstudio/files/ Sourceforge].
 +
 
 +
==EiffelStudio Pre-releases==
 
We provide versions of EiffelStudio for most popular platforms (Linux, Windows, Solaris, Irix, ...).  
 
We provide versions of EiffelStudio for most popular platforms (Linux, Windows, Solaris, Irix, ...).  
  
 
You can find the latest builds:
 
You can find the latest builds:
 +
* in [https://ftp.eiffel.com/pub/beta the Eiffel Software beta area] (beware it also includes some nightly build which are untested).
 
* from the download page of [http://sourceforge.net/project/showfiles.php?group_id=196408 the sourceforge area]
 
* from the download page of [http://sourceforge.net/project/showfiles.php?group_id=196408 the sourceforge area]
* as well as in [ftp://beta:beta57@ftp.eiffel.com the Eiffel Software beta area] (beware it also includes some nightly build which are untested).
 
* in [http://eiffelstudio.origo.ethz.ch/download the Origo download area] [http://custom-essay-writing-service.org/index.php custom writing company] for the PorterPackage.
 
  
 
Details about new features and bug fixes in the builds are on the [[EiffelStudio_Releases| releases page]].
 
Details about new features and bug fixes in the builds are on the [[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 [http://eiffelstudio.origo.ethz.ch/forum EiffelStudio developer forums] [http://essaywritingservices.org/index.php writing services] for discussions.}}
+
{{Note|Please be aware that the YY.MM versions released through this site are intermediate builds on the road towards official EiffelStudio YY.MM. If you are experiencing problems with this release, please use the [http://forums.eiffel.com developer forums] for discussions.}}
  
 
The convention used for filenames is the following:
 
The convention used for filenames is the following:
  Eiffel65_gpl_$BUILD-$ISE_PLATFORM.[tar.bz2|msi]
+
  Eiffel_YY.MM_gpl_$BUILD-$ISE_PLATFORM.[tar.bz2|msi|7z]
 
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.
  
 
Mac OS X builds can be found [[EiffelOnMac|here]].
 
Mac OS X builds can be found [[EiffelOnMac|here]].
  
On Windows, you can use [[Installing_Microsoft_C_compiler|the latest Microsoft C compiler]], but EiffelStudio 6.1 needs [[Installing_Microsoft_C_compiler_6.1_and_older|an older compiler]].
+
On Windows, you can use [[Installing_Microsoft_C_compiler|the latest Microsoft C compiler]].
 
+
==EiffelStudio 6.x==
+
You can download the official EiffelStudio 6.x release from [http://www.eiffel.com/downloads/eiffelstudio.html Eiffel Software]. The GPL release can also be downloaded from [http://sourceforge.net/project/showfiles.php?group_id=196408 http://sflogo.sourceforge.net/sflogo.php?group_id=196408.png].
+
 
+
==Doc Builder==
+
You can download the documentation generation tool for Windows 32-bit with .NET 1.1 installed by extracting the content of [http://download.origo.ethz.ch/eiffelstudio/174/doc_builder.zip doc_builder.zip] (or [http://download.origo.ethz.ch/eiffelstudio/174/doc_builder_64-bit.zip doc_builder_64-bit.zip] for the 64-bit version) 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:
+
== EiffelStudio YY.MM Research (EVE)==
 +
In parallel to the development of EiffelStudio, ETH Zurich is regularly delivering the [http://se.inf.ethz.ch/research/eve/ EVE] version of EiffelStudio. You can get it at this location:
  
<xml>
+
http://se.inf.ethz.ch/research/eve/builds/
<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>
+
</xml>
+

Latest revision as of 09:11, 19 February 2015

EiffelStudio YY.MM

You can download the official EiffelStudio YY.MM release from Eiffel Software. The GPL release can also be downloaded from Sourceforge.

EiffelStudio Pre-releases

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

You can find the latest builds:

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

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

The convention used for filenames is the following:

Eiffel_YY.MM_gpl_$BUILD-$ISE_PLATFORM.[tar.bz2|msi|7z]

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.

Mac OS X builds can be found here.

On Windows, you can use the latest Microsoft C compiler.

EiffelStudio YY.MM Research (EVE)

In parallel to the development of EiffelStudio, ETH Zurich is regularly delivering the EVE version of EiffelStudio. You can get it at this location:

http://se.inf.ethz.ch/research/eve/builds/