From: Chris Hanson Date: Thu, 11 Jul 2002 16:47:42 +0000 (+0000) Subject: Add instructions. X-Git-Tag: 20090517-FFI~2159 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0e76c99f6d0c29a961d2d1db34495f48c23c72a3;p=mit-scheme.git Add instructions. --- diff --git a/v7/dist/make-scmutils b/v7/dist/make-scmutils index d89296d97..08ed8e0f6 100755 --- a/v7/dist/make-scmutils +++ b/v7/dist/make-scmutils @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: make-scmutils,v 1.2 2002/07/11 16:41:40 cph Exp $ +# $Id: make-scmutils,v 1.3 2002/07/11 16:47:42 cph Exp $ # # Copyright (c) 2001, 2002 Massachusetts Institute of Technology # @@ -19,6 +19,21 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. +# To use this script: +# +# 1. Create an empty directory somewhere and cd into it: +# +# mkdir foo +# cd foo +# +# 2. Link or copy a scheme binary release into it: +# +# ln /scheme/v7/dist/X.Y.Z/scheme-X.Y.Z-ix86-gnu-linux.tar.gz . +# +# 3. Run this script: +# +# /scheme/v7/dist/make-scmutils + set -e if [ $# -gt 0 ]; then