Difference between revisions of "Automatic Build Scripts"

(Windows)
(Windows)
Line 9: Line 9:
 
* Announcement: http://origo.ethz.ch/pipermail/es-devel/2006-April/000052.html
 
* Announcement: http://origo.ethz.ch/pipermail/es-devel/2006-April/000052.html
 
Updated "2_checkout_dev.bat" according to [[Compiling_EiffelStudio#Checking_out_from_SVN|Checking out from SVN]].
 
Updated "2_checkout_dev.bat" according to [[Compiling_EiffelStudio#Checking_out_from_SVN|Checking out from SVN]].
Note that I left the checkout for two delivery paths, which are necessary for building the Delivery after compilation.
+
Note that there is additionally the checkout for two delivery paths, which are necessary for building the Delivery after compilation.
 +
Note2: You may need to keep "2_checkout_dev.bat" up to date by yourself according to [[Compiling_EiffelStudio#Checking_out_from_SVN|Checking out from SVN]].
  
 
== Linux ==
 
== Linux ==

Revision as of 14:22, 20 April 2006

This page references different build scripts that automate the process of building EiffelStudio.

Windows

Bernardo Buss created a set of scripts for the automated compilation of EiffelStudio under Windows.

Updated "2_checkout_dev.bat" according to Checking out from SVN. Note that there is additionally the checkout for two delivery paths, which are necessary for building the Delivery after compilation. Note2: You may need to keep "2_checkout_dev.bat" up to date by yourself according to Checking out from SVN.

Linux

Bernd Schoeller has developed a build script available for download at http://se.inf.ethz.ch/people/schoeller/download/build-studio

This script requires a single checkout from the SVN repository (with the EIFFEL_SVN environment variable pointing to it). It will compile the bench or the batch compiler (you need to modify the script for the second).

Mac OSX

None yet.