updated documentation for the closure-common split
This commit is contained in:
@ -51,6 +51,18 @@
|
|||||||
|
|
||||||
<a name="changes"/>
|
<a name="changes"/>
|
||||||
<h3>Recent Changes</h3>
|
<h3>Recent Changes</h3>
|
||||||
|
<div style="background-color: #f7f7f7;
|
||||||
|
width: 60%;
|
||||||
|
border: solid #9c0000;
|
||||||
|
margin: 0em 2pt 1em 2em;
|
||||||
|
padding: 1em">
|
||||||
|
Runes have now been moved into
|
||||||
|
a <b>separate CVS module</b> unter the
|
||||||
|
name <b>closure-common</b>. Releases will be available
|
||||||
|
as <b>separate tarballs</b> in the download directory. Please
|
||||||
|
refer to the <a href="installation.html#download">
|
||||||
|
installation instructions</a> for details.
|
||||||
|
</div>
|
||||||
<p class="nomargin"><tt>rel-2007-xx-yy</tt></p>
|
<p class="nomargin"><tt>rel-2007-xx-yy</tt></p>
|
||||||
<ul class="nomargin">
|
<ul class="nomargin">
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@ -5,12 +5,14 @@
|
|||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<div><a href="http://common-lisp.net/project/cxml/download/">tarballs</a></div>
|
<div>Download <a href="http://common-lisp.net/project/cxml/download/">tarballs</a> for both cxml itself and closure-common.</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div>
|
<div>
|
||||||
Anoncvs (<a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/cxml/?cvsroot=cxml">browse</a>):
|
Or use anonymous CVS (<a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/cxml/?cvsroot=cxml">browse</a>):
|
||||||
<pre>cvs -d :pserver:anonymous:anonymous@common-lisp.net:/project/cxml/cvsroot co cxml</pre>
|
<pre>export CVSROOT=:pserver:anonymous:anonymous@common-lisp.net:/project/cxml/cvsroot
|
||||||
|
cvs co cxml
|
||||||
|
cvs co closure-common</pre>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -39,16 +41,20 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>Prerequisites.</b>
|
<b>Prerequisites.</b>
|
||||||
CXML needs the <a href="http://www.cliki.net/Puri">puri</a> library
|
CXML needs <a href="http://www.cliki.net/Puri">puri</a> and
|
||||||
as well as <a href="http://www.common-lisp.net/project/cl-plus-ssl/#trivial-gray-streams">trivial-gray-streams</a>.
|
<a href="http://www.common-lisp.net/project/cl-plus-ssl/#trivial-gray-streams">trivial-gray-streams</a>.
|
||||||
|
In addition,
|
||||||
|
<a href="http://www.cliki.net/closure-common">closure-common</a>
|
||||||
|
is required, which is a separate module in cxml CVS (see above for
|
||||||
|
check-out instructions).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>Compiling and loading CXML.</b>
|
<b>Compiling and loading CXML.</b>
|
||||||
Register the .asd file, e.g. by symlinking it:
|
Register the .asd file, e.g. by symlinking it:
|
||||||
</p>
|
</p>
|
||||||
<pre>$ ln -sf `pwd`/cxml.asd /path/to/your/registry/
|
<pre>$ ln -sf `pwd`/cxml/cxml.asd /path/to/your/registry/
|
||||||
$ ln -sf `pwd`/runes.asd /path/to/your/registry/</pre>
|
$ ln -sf `pwd`/closure-common/closure-common.asd /path/to/your/registry/</pre>
|
||||||
<p>Then compile CXML using:</p>
|
<p>Then compile CXML using:</p>
|
||||||
<pre>* (asdf:operate 'asdf:load-op :cxml)</pre>
|
<pre>* (asdf:operate 'asdf:load-op :cxml)</pre>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user