diff options
author | nutricato | 2008-06-04 11:34:16 +0000 |
---|---|---|
committer | nutricato | 2008-06-04 11:34:16 +0000 |
commit | 9436c9861877e0c9704bdc50f7c9f81bd043b8c7 (patch) | |
tree | e045c6251c3df3f9c57fe21fa83c36673e569b8f /src | |
parent | 26d357cef5a531fc19fdcfd4b2a6b903d05d02b2 (diff) | |
download | scilab2c-9436c9861877e0c9704bdc50f7c9f81bd043b8c7.tar.gz scilab2c-9436c9861877e0c9704bdc50f7c9f81bd043b8c7.tar.bz2 scilab2c-9436c9861877e0c9704bdc50f7c9f81bd043b8c7.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/Scilab2C/HowToInstallAndUseSCI2C.txt | 27 | ||||
-rw-r--r-- | src/Scilab2C/readme.txt | 6 |
2 files changed, 0 insertions, 33 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)
diff --git a/src/Scilab2C/readme.txt b/src/Scilab2C/readme.txt deleted file mode 100644 index 70c230a8..00000000 --- a/src/Scilab2C/readme.txt +++ /dev/null @@ -1,6 +0,0 @@ -tolti tutti i commenti dall'ast management.
-togliere tutti i commenti dalle altre dir.
-rimuovere annotazione di molte funzioni nel fill
-rimuovere funzionalita' delle global e dei cicli for.
-rimuovere supporto alle stringhe.
-trovare con al un esempio piu' carino.
\ No newline at end of file |