Require SSAX 4.9 to use SUnet.
This commit is contained in:
parent
f105fec02e
commit
93256f3b71
7
README
7
README
|
@ -78,11 +78,8 @@ scsh-install-pkg --prefix /path/to/your/package/root
|
||||||
See the file INSTALL for the generic installation instructions for
|
See the file INSTALL for the generic installation instructions for
|
||||||
scsh packages.
|
scsh packages.
|
||||||
|
|
||||||
The SUnet package accepts a special option "--with-suflets <yes/no>"
|
You need to install version 4.9 of the SSAX package to use SUnet. SSAX
|
||||||
that controls the installation of the SUrflets library. You need to
|
is available from <http://lamp.epfl.ch/~schinz/scsh_packages/>.
|
||||||
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.
|
|
||||||
|
|
||||||
Support
|
Support
|
||||||
=======
|
=======
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "Loading..."
|
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
|
(define-structure http-test
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "Loading..."
|
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
|
(define-structure http-test
|
||||||
|
|
Loading…
Reference in New Issue