summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..182480dc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# 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.
+
+
+
+