Fix ftp references.
This commit is contained in:
parent
bf94408228
commit
893b5f7c72
6
RELEASE
6
RELEASE
|
@ -85,7 +85,7 @@ general structure of the language. The details of the design are discussed
|
|||
in a joint MIT Lab for Computer Science/University of Hong Kong technical
|
||||
report, "A Scheme Shell," also to appear in a revised format in the *Journal
|
||||
of Lisp and Symbolic Computation." This paper is also available by ftp:
|
||||
ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/scsh-paper.ps
|
||||
ftp://ftp.scsh.net/pub/scsh/papers/scsh-paper.ps
|
||||
|
||||
|
||||
** Scsh is a portable programming environment
|
||||
|
@ -117,12 +117,12 @@ Porting to new platforms is usually not difficult.
|
|||
* Obtaining and installing scsh
|
||||
===============================
|
||||
You can get a copy of scsh via anonymous ftp, from
|
||||
ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/scsh.tar.gz
|
||||
ftp://ftp.scsh.net/pub/scsh/scsh.tar.gz
|
||||
The tar file includes a detailed manual and a paper describing
|
||||
the design of the system.
|
||||
|
||||
For the lazily curious, we also have the manual separately available as
|
||||
ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/scsh-manual.ps
|
||||
ftp://ftp.scsh.net/pub/scsh/0.6/scsh-manual.ps
|
||||
Just click 'n view.
|
||||
|
||||
You *should* be able to build scsh on the standard platforms with exactly five
|
||||
|
|
Loading…
Reference in New Issue