annotate README.ftp @ 10843:229675bb7647 ss-3-3-52

version is now 3.3.52
author John W. Eaton <jwe@octave.org>
date Sun, 01 Aug 2010 11:49:45 -0400
parents f7d8b2bd7b57
children 21dec063e89f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1 This directory contains the source for Octave, a high-level interactive
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2 language for solving numerical problems. See the files README.octave
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3 and Announce for more general information, and the file NEWS for a
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
4 list of recent changes.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
5
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
6 Binary distributions:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
7 --------------------
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
8
10495
f7d8b2bd7b57 README.ftp and README.devel updates
John W. Eaton <jwe@octave.org>
parents: 9322
diff changeset
9 Octave binaries are not distributed from this site.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
10
3900
ce8e45b027d0 [project @ 2002-04-13 01:22:01 by jwe]
jwe
parents: 2638
diff changeset
11 Packaged versions of Octave for various GNU/Linux systems are available
ce8e45b027d0 [project @ 2002-04-13 01:22:01 by jwe]
jwe
parents: 2638
diff changeset
12 with the major GNU/Linux distributions (Debian, Red Hat, SuSE, etc.).
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
13
4624
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
14 Binary distributions of Octave for Mac OS X are available as part of
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
15 the fink project: http://fink.sourceforge.net
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
16
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
17 The file README.Windows provides instructions for installing Octave on
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
18 Windows systems.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
19
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
20 A note about .gz files:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
21 ----------------------
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
22
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
23 Files with names ending in `.gz' have been compressed with `gzip'.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
24
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
25 Unlike the compress utility, gzip is free of any known software
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
26 patents and tends to compress better anyway. Gzip can uncompress
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
27 `compress'-compressed files too, so you can install it as "uncompress"
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
28 and use it to handle both types of files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
29
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
30 The gzip program is available in the directory /pub/gnu in shar, tar,
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
31 or gzipped tar format (for those who already have a prior version of
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
32 gzip and want faster data transmission). It works on virtually every
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
33 unix system, MSDOS, OS/2, and VMS.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
34
10495
f7d8b2bd7b57 README.ftp and README.devel updates
John W. Eaton <jwe@octave.org>
parents: 9322
diff changeset
35 Last updated: Wed, 07 Apr 2010 15:15:04 EDT