Changeset 27 for trunk

Show
Ignore:
Timestamp:
03/01/08 19:15:46 (9 months ago)
Author:
lhealy
Message:

Say that the version of CFFI needed is newer than 0.9.2 and be
explicit on acceptable Debian versions (lenny and sid now).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/documentation/index.html

    r26 r27  
    7171        <ul> 
    7272        <li><a href="http://www.gnu.org/software/gsl/">GSL</a></li> 
    73         <li><a href="http://common-lisp.net/project/cffi/">CFFI</a></li> 
     73        <li><a href="http://common-lisp.net/project/cffi/">CFFI</a> 
     74        (Note: you will need a version <i>newer</i> than the current version 
     75        0.9.2. Use the darcs repository, a newer tarball, or Debian 
     76        testing/unstable.)</li> 
    7477        <li><a href="http://www.cliki.net/asdf">ASDF</a> 
    7578          </ul> 
    7679      <p> 
    77         In <a href="http://www.debian.org">Debian</a>, 
     80        In <a href="http://www.debian.org">Debian</a> unstable or testing, 
    7881        the following should work:</p> 
    79       <blockquote><pre>apt-get install libgsl0 cl-cffi</pre></blockquote> 
     82      <blockquote><pre>apt-get install <a 
     83        href="http://packages.debian.org/lenny/libgsl0ldbl">libgsl0ldbl</a> <a href="http://packages.debian.org/lenny/cl-cffi">cl-cffi</a></pre></blockquote> 
    8084      (asdf is automatically installed with your CL implementation). 
    8185      Once your CL implementation is running, do 
     
    104108  
    105109 <h3>Additional information</h3> 
    106  <p> Please see <a href="documentation.html">documentation</a> and <a 
    107 href="development.html">development</a> information.  There is a <a 
    108 href="http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel">mailing 
    109 list</a> for all aspects of this project. 
     110 <ul> 
     111 <li>A <a href="documentation.html">documentation</a> guide is 
     112 available. 
     113 <li>The <a href="development.html">development</a> process is described 
     114 separately for those interested, and a <a 
     115 href="http://trac.common-lisp.net/gsll">Trac page</a> is used to 
     116 track it and for bug reports (file a "New Ticket"). 
     117 <li>There is a <a 
     118 href="http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel">mailing 
     119 list</a> for all aspects of this project. 
     120 </ul> 
    110121 
    111122 <h3>Similar or related projects from others</h3> 
     
    125136<!-- hhmts start --> 
    126137    <small> 
    127        Time-stamp: <2008-02-24 11:30:45EST index.html> 
     138       Time-stamp: <2008-03-01 14:08:59EST index.html> 
    128139       </small> 
    129140<!-- hhmts end -->