[[Property:title|17 The Command-Line Compiler]]
[[Property:link_title|The Command-Line Compiler]]
[[Property:weight|4]]
[[Property:uuid|62bd8d62-a734-3ec0-9533-eaa096e7b81f]]
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 . [[EiffelStudio: Command line options|Click here to see the set of supported options.]]