projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264e619
)
Fix bogus steps.
author
Joe Marshall
<eval.apply@gmail.com>
Wed, 18 Jan 2012 22:48:14 +0000
(14:48 -0800)
committer
Joe Marshall
<eval.apply@gmail.com>
Wed, 18 Jan 2012 22:48:14 +0000
(14:48 -0800)
src/README.txt
patch
|
blob
|
history
diff --git
a/src/README.txt
b/src/README.txt
index 7568a170fa0f082ce7276883c214f1f42934398f..e278f55d259babe45f16ab0ad12dc2dedccf29e5 100644
(file)
--- 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: