blob: a45932648659dd6a054dd41f4c900c0e3002ce70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
Scilab for Windows (XP/Vista/Seven)
*******************************
******************************************************************************
0 - COPYRIGHT NOTICE
******************************************************************************
Scilab is a free software released under the terms of the CeCILL license.
This license is compatibility with the GNU General Public License (GPL).
See the included license: "COPYING" in English
"COPYING-FR" in French
Scilab is also using some codes with other licenses. Please see
SCI/modules/*/license.txt for details.
******************************************************************************
I - TO RUN SCILAB (BINARY VERSION)
******************************************************************************
1 - You have already installed Scilab by executing "scilab-5.4.0.exe".
By default Scilab is in "C:\Program Files\scilab-5.4.0" directory.
2 - Run Scilab by executing "Scilab 5.4" from the startup menu.
In fact, it is a link to "wscilex.exe" in Scilab subdirectory "bin",
so you can run Scilab by executing directly "wscilex.exe".
3 - Scilab has been compiled with Visual C++ .NET 2010 Pro
(Intel C/C++ & Fortran 2011 XE, see III below).
All examples of dynamic link given with Scilab are prepared
for Visual C++ 2010.
4 - If you want use Microsoft Visual C++ 2010 Express with Scilab 5.4.0
http://www.microsoft.com/express/vc/
5 - If you have any problems or suggestions concerning Scilab,
http://bugzilla.scilab.org/index.cgi
******************************************************************************
II - TO UNINSTALL SCILAB (BINARY VERSION)
******************************************************************************
To uninstall Scilab you can use the unintaller. You will find it in the
"Scilab 5.4.0" item of the Program Group.
You can also use the Add/Remove Programs of the Control Panel.
******************************************************************************
III - TO COMPILE SCILAB FROM A SOURCE VERSION
******************************************************************************
We have compiled this distribution with Visual Studio 2010 (Intel C/C++ &
Fortran 2011 XE).
To compile with Visual C++ .NET 2010, see Readme_visual.txt
******************************************************************************
IV - DOCUMENTATION
******************************************************************************
In addition to Scilab online documentation (obtained by typing "help item" or
clicking on the help button).
An online help is also available:
http://help.scilab.org/
You will find scilab wiki :
http://wiki.scilab.org/
******************************************************************************
V - SOME IMPORTANT FILES AND DIRECTORIES
******************************************************************************
etc/scilab.start : startup file for Scilab instructions in this file
are executed when Scilab is executed. Note that
you can also have your own startup file "scilab.ini"
in your SCIHOME directory.
Scilab.sln : Visual Studio 2010 Scilab Solution with Intel Fortran.
Scilab_f2c.sln : Visual Studio 2010 Scilab Solution without Intel Fortran.
(express)
bin/ : executable code and scripts.
scilex : executable code of Scilab (Console version).
wscilex : executable code of Scilab (Windows version).
******************************************************************************
VI - OTHER RESOURCES
******************************************************************************
1 - If you have any problem or suggestion to improve Scilab
http://bugzilla.scilab.org/
Don't hesitate to browse other the bug reports to see workarounds.
2 - User and development mailing lists are available:
http://www.scilab.org/communities/developer_zone/tools/mailing_list
Archives of these mailing lists are available:
http://mailinglists.scilab.org/
3 - Exchange files, script, data, experiences, etc:
http://fileexchange.scilab.org/
4 - Browse our packages available through ATOMS:
http://atoms.scilab.org/
******************************************************************************
|