Difference between revisions of "Automatic Build Scripts"

(Windows)
(Windows)
Line 8: Line 8:
 
* Script: http://homepage.hispeed.ch/barnski/EiffelStudio_batch_files.zip
 
* Script: http://homepage.hispeed.ch/barnski/EiffelStudio_batch_files.zip
 
* 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]].<br>
Note that there is additionally the checkout for two delivery paths, which are necessary for building the Delivery after compilation.
+
'''Note:'''<br>
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]].
+
* Additionally there is the checkout for two delivery paths, which are necessary for building the Delivery after compilation.
 +
* 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 22:56, 24 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:

  • Additionally there is the checkout for two delivery paths, which are necessary for building the Delivery after compilation.
  • 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.