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
ec option & [class_name] [feature_name]
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
. Click here to see the set of supported options.
<< Previous Next >>