blob: 17fcd9f198193a8bff9a4b06dbdbf9f358cc8f26 (
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
|
Scilab
******
******************************************************************************
INSTALLATION GUIDE
******************************************************************************
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 INSTALL SCILAB
*********************
IF YOU HAVE A BINARY VERSION
----------------------------
Unpack Scilab and call the execution script:
# ./bin/scilab
Advanced command line interpreter (GUI, help browser, Tcl/Tk...)
# ./bin/scilab-adv-cli
Command line interpreter:
# ./bin/scilab-cli
For futher information: http://wiki.scilab.org/howto/install/linux
IF YOU HAVE A SOURCE VERSION
----------------------------
Please see on our wiki:
http://wiki.scilab.org/Compiling_Scilab_5.x_under_GNU-Linux_Unix
******************************************************************************
II - 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/
|