[[Property:title|CECIL - How to compile the samples?]] [[Property:weight|4]] [[Property:uuid|3548e1b4-9488-10d5-561e-f817c15d6ff0]] ==Compiling for Windows== Depending on your C compiler different steps have to be done, but do not forget to do the following before starting the C compiler specific part in a DOS console: set ISE_EIFFEL=XXX where XXX is the EiffelStudio installation directory. ===With Borland C++:=== By default, Borland C++ is not in your path, so you will have to first set your path correctly by typing: set PATH=%ISE_EIFFEL%\BCC55\bin;%PATH% If the file `Makefile. win' is present, then you can launch the compilation with: make -f Makefile. win Otherwise launch the compilation with: make -f Makefile. bcb ===With Microsoft Visual C++:=== By default, the command line tools of Visual C++ should be available from the command line. If the file `Makefile. win' is present, then you can launch the compilation with: nmake -f Makefile. win Otherwise launch the compilation with: nmake -f Makefile. msc ==Compiling for UNIX== Then, make sure that your path to the EiffelStudio executables are properly configured before launching the command below. To compile and execute from scratch type: finish_freezing -library