Add instructions.
authorChris Hanson <org/chris-hanson/cph>
Thu, 11 Jul 2002 16:47:42 +0000 (16:47 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 11 Jul 2002 16:47:42 +0000 (16:47 +0000)
v7/dist/make-scmutils

index d89296d9727e51518eb5abd496116734a7f8b0b8..08ed8e0f6f8e0e854ca01fbbfe7a26b30c519a2a 100755 (executable)
@@ -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
 #
 # 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