diff --git a/doc/index.xml b/doc/index.xml index cffe825..4675609 100644 --- a/doc/index.xml +++ b/doc/index.xml @@ -51,6 +51,18 @@
rel-2007-xx-yy
Prerequisites. - CXML needs the puri library - as well as trivial-gray-streams. + CXML needs puri and + trivial-gray-streams. + In addition, + closure-common + is required, which is a separate module in cxml CVS (see above for + check-out instructions).
Compiling and loading CXML. Register the .asd file, e.g. by symlinking it:
-$ ln -sf `pwd`/cxml.asd /path/to/your/registry/ -$ ln -sf `pwd`/runes.asd /path/to/your/registry/+
$ ln -sf `pwd`/cxml/cxml.asd /path/to/your/registry/ +$ ln -sf `pwd`/closure-common/closure-common.asd /path/to/your/registry/
Then compile CXML using:
* (asdf:operate 'asdf:load-op :cxml)