Require SSAX 4.9 to use SUnet.

This commit is contained in:
mainzelm 2004-05-05 16:45:39 +00:00
parent f105fec02e
commit 93256f3b71
3 changed files with 4 additions and 7 deletions

7
README
View File

@ -78,11 +78,8 @@ scsh-install-pkg --prefix /path/to/your/package/root
See the file INSTALL for the generic installation instructions for
scsh packages.
The SUnet package accepts a special option "--with-suflets <yes/no>"
that controls the installation of the SUrflets library. You need to
install the SSAX package available from
<http://lamp.epfl.ch/~schinz/scsh_packages/> to use the SUrflets
library. The default is to install the SUrflets library.
You need to install version 4.9 of the SSAX package to use SUnet. SSAX
is available from <http://lamp.epfl.ch/~schinz/scsh_packages/>.
Support
=======

View File

@ -1,6 +1,6 @@
#!/bin/sh
echo "Loading..."
exec scsh -lel sunet-2.1/load.scm -dm -o http-test -e main -s "$0" "$@"
exec scsh -lel SSAX-4.9/load.scm -lel sunet-2.1/load.scm -dm -o http-test -e main -s "$0" "$@"
!#
(define-structure http-test

View File

@ -1,6 +1,6 @@
#!/bin/sh
echo "Loading..."
exec scsh -lel sunet-2.1/load.scm -dm -o http-test -e main -s "$0" "$@"
exec scsh -lel SSAX-4.9/load.scm -lel sunet-2.1/load.scm -dm -o http-test -e main -s "$0" "$@"
!#
(define-structure http-test