From e2c4e9762192a607ef8c45e813c6d57e8f20365f Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Thu, 23 Feb 2006 23:58:37 +0000 Subject: [PATCH] Update Factory README --- contrib/factory/README | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/contrib/factory/README b/contrib/factory/README index dbacb06114..2e577d3d67 100644 --- a/contrib/factory/README +++ b/contrib/factory/README @@ -1,15 +1,16 @@ ---------------------------------------------------------------------- -simple-error-handler +Load requirements ---------------------------------------------------------------------- -Before compiling and using factory, setup the error handler: +Factory depends upon some things in contrib. Load them like so: - $ make-simple-error-handler - -Then startup factor, load the error handler word, and save the image: - - "simple-error-handler.factor" run-file save + { "contrib/process.factor" + "contrib/concurrency/load.factor" + "contrib/x11/load.factor" } + [ run-resource ] + each + save ---------------------------------------------------------------------- Loading factory @@ -17,7 +18,7 @@ Loading factory Putting factory into your image is as simple as this: - "factory.factor" run-file save + "contrib/factory/load.factor" run-resource save ---------------------------------------------------------------------- Running factory in Xnest