---------------------------- --- HOW TO INSTALL SCI2C --- ---------------------------- 1. Install scilab-4.1.2.exe 2. Configure the following two parameters in Scilab2C/LaunchRunSCI2C.sci: SCI2CDirectory SCI2CInputPrmFileName 3. Configure the following parameters in SCI2CTests\test999_WorkingDir\SCI2CInputParameters.sce UserSciCodeMainDir CCompilerPathStyle Sci2CLibMainHeaderFName ------------------------ --- HOW TO USE SCI2C --- ------------------------ 4. Edit mainfunction.sci according to the scilab algorithm to be converted into C 5. Start SCI2C conversion typing the following command in the Scilab workspace: mclose('all'); cd <path of "Scilab2C" directory>; exec LaunchRunSCI2C.sci 6. Compile/Execute C code by using the makefile created in SCI2CTests\test999_WorkingDir\C_Code 7. Compare the results with the Scilab execution by typing again mclose('all'); cd <path of "Scilab2C" directory>; exec LaunchRunSCI2C.sci (answer n when the SCI2C attempts to convert again the scilab code)