Eiffel Home Page (Web) -- Getting started with Eiffel (local) Eiffel Home PageEiffel Home Page

Previous, Up, NextPrevious sectionUpNext section

17 THE COMMAND-LINE COMPILER

           Help reading this manual

Along with compilation from within EiffelStudio, it is possible to start compilation from a command line (shell). This is useful in particular to recompile your system automatically as part of a script.

To use the command-line compiler -- ec for Eiffel Compilation -- execute

Specify class_name and feature_name only if you wish to produce information about a class or a feature. Otherwise ec will compile a system according to each specified option . Here is the set of supported options.

Previous, Up, NextPrevious sectionUpNext section

Eiffel Home Page (Web) -- Getting started with Eiffel (local)