# Scilab2C - - - - - - __A scilab to C conversion extention for scilab.__ - - - - - - ###How to use this toolbox ? 1. Download the [Scilab 5.5.2](http://www.scilab.org/download/latest) 2. Clone this repository. 3. Copy this cloned repository at /pathuptoscilab/scilab-5.5.2/share/scilab/contrib 4. Go to scilab console 5. Change the directory to /pathuptoscilab/scilab-5.5.2/share/scilab/contrib/Scilab2C/2.3.1 6. And execute the following two commands to load this toolbox in Scilab * `` exec builder.sce `` * `` exec loader.sce `` 7. Scilab2c toolbox successfully loaded into Scilab. 8. Run the ``sci2c_gui`` command in scilab console to open up the Scilab2C GUI 9. Follow the user manual for further explorer to this toolbox # Thank you.