summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-07-13 18:55:17 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-07-13 18:55:17 +0000
commit538b80461c296045825a8ed2e5fd519f66d1b750 (patch)
tree78ae4f0f5d44d10ad82f9667437d97f184fd5a78 /dev-lisp/cmucl-bin/files
parentadd compiling fix (diff)
downloadgentoo-2-538b80461c296045825a8ed2e5fd519f66d1b750.tar.gz
gentoo-2-538b80461c296045825a8ed2e5fd519f66d1b750.tar.bz2
gentoo-2-538b80461c296045825a8ed2e5fd519f66d1b750.zip
another configuration fix
Diffstat (limited to 'dev-lisp/cmucl-bin/files')
-rw-r--r--dev-lisp/cmucl-bin/files/README.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-lisp/cmucl-bin/files/README.config b/dev-lisp/cmucl-bin/files/README.config
new file mode 100644
index 000000000000..1d2284a1f8e5
--- /dev/null
+++ b/dev-lisp/cmucl-bin/files/README.config
@@ -0,0 +1,10 @@
+Please note,
+while you do not need to do anything special while running cmucl itself
+(it is a wrapper script than sets environment appropriately),
+you will nee to set few vars before running config.
+
+The following is the simplest chain of commands launch cmucl config:
+
+cd /opt/cmucl/lib
+CMUCLLIB=/opt/cmucl/lib && PATH=$PATH:/opt/cmucl/bin && ./config
+