From: Joe Marshall Date: Wed, 18 Jan 2012 22:48:14 +0000 (-0800) Subject: Fix bogus steps. X-Git-Tag: release-9.2.0~334^2~11 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=161b959c51c98dd2d4ef359cf919f8289d4ad0ec;p=mit-scheme.git Fix bogus steps. --- diff --git a/src/README.txt b/src/README.txt index 7568a170f..e278f55d2 100644 --- a/src/README.txt +++ b/src/README.txt @@ -203,11 +203,13 @@ if you have a working installation with a runtime band. Here is how: a. Start scheme with the runtime band: scheme --band runtime.com - b. ]=> (load "make.scm") + b. ]=> (load-option 'sf) - c. ]=> (load "compiler.cbf") + c. ]=> (load "make") - d. ]=> (exit) + d. ]=> (load "compiler.cbf") + + e. ]=> (exit) 5. Build a new compiler band with these steps: