summaryrefslogtreecommitdiff
path: root/src/Scilab2C/HowToInstallAndUseSCI2C.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Scilab2C/HowToInstallAndUseSCI2C.txt')
-rw-r--r--src/Scilab2C/HowToInstallAndUseSCI2C.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/Scilab2C/HowToInstallAndUseSCI2C.txt b/src/Scilab2C/HowToInstallAndUseSCI2C.txt
deleted file mode 100644
index cada1f3f..00000000
--- a/src/Scilab2C/HowToInstallAndUseSCI2C.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-----------------------------
---- 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)