annotate README.ftp @ 5540:cda6a105ae9a before-ov-branch

[project @ 2005-11-17 05:47:13 by jwe]
author jwe
date Thu, 17 Nov 2005 05:47:13 +0000
parents 372fc47d1153
children 5eb3db6e4042
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4624
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
1 This file last updated: Fri Nov 14 21:19:27 2003
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
3 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
4 language for solving numerical problems. See the files README.octave
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
5 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
6 list of recent changes.
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 Binary distributions:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
9 --------------------
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 Octave binaries are no longer distributed from this site.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
12
3900
ce8e45b027d0 [project @ 2002-04-13 01:22:01 by jwe]
jwe
parents: 2638
diff changeset
13 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
14 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
15
4624
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
16 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
17 the fink project: http://fink.sourceforge.net
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
18
372fc47d1153 [project @ 2003-11-15 03:20:17 by jwe]
jwe
parents: 3900
diff changeset
19 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
20 Windows systems.
2330
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 A note about .gz files:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
23 ----------------------
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 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
26
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
27 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
28 patents and tends to compress better anyway. Gzip can uncompress
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
29 `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
30 and use it to handle both types of files.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
31
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
32 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
33 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
34 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
35 unix system, MSDOS, OS/2, and VMS.
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
36
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
37 --
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
38 John W. Eaton
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
39 jwe@bevo.che.wisc.edu
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
40 University of Wisconsin-Madison
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
41 Department of Chemical Engineering