diff --git a/documentation/index.html b/documentation/index.html index 1ac970dede3800b5c1ba04c5417170d4bd6a78ef..103c7d7e92cf2b9eeee5fb65b8e3d05d1a2d7c18 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -70,13 +70,17 @@ debugger invoked on a GSL-ERROR in thread #<THREAD "initial thread" {10032258C1} </p> <ul> <li><a href="http://www.gnu.org/software/gsl/">GSL</a></li> - <li><a href="http://common-lisp.net/project/cffi/">CFFI</a></li> + <li><a href="http://common-lisp.net/project/cffi/">CFFI</a> + (Note: you will need a version <i>newer</i> than the current version + 0.9.2. Use the darcs repository, a newer tarball, or Debian + testing/unstable.)</li> <li><a href="http://www.cliki.net/asdf">ASDF</a> </ul> <p> - In <a href="http://www.debian.org">Debian</a>, + In <a href="http://www.debian.org">Debian</a> unstable or testing, the following should work:</p> - <blockquote><pre>apt-get install libgsl0 cl-cffi</pre></blockquote> + <blockquote><pre>apt-get install <a + href="http://packages.debian.org/lenny/libgsl0ldbl">libgsl0ldbl</a> <a href="http://packages.debian.org/lenny/cl-cffi">cl-cffi</a></pre></blockquote> (asdf is automatically installed with your CL implementation). Once your CL implementation is running, do <code>(asdf:operate 'asdf:compile-op :gsll)</code> @@ -103,10 +107,17 @@ svn checkout svn://common-lisp.net/project/gsll/svn/trunk gsll</pre></p> </div> <h3>Additional information</h3> - <p> Please see <a href="documentation.html">documentation</a> and <a -href="development.html">development</a> information. There is a <a -href="http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel">mailing -list</a> for all aspects of this project. + <ul> + <li>A <a href="documentation.html">documentation</a> guide is + available. + <li>The <a href="development.html">development</a> process is described + separately for those interested, and a <a + href="http://trac.common-lisp.net/gsll">Trac page</a> is used to + track it and for bug reports (file a "New Ticket"). + <li>There is a <a + href="http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel">mailing + list</a> for all aspects of this project. + </ul> <h3>Similar or related projects from others</h3> <div class="content"> @@ -124,7 +135,7 @@ list</a> for all aspects of this project. <!-- Created: Feb 25 2005 --> <!-- hhmts start --> <small> - Time-stamp: <2008-02-24 11:30:45EST index.html> + Time-stamp: <2008-03-01 14:08:59EST index.html> </small> <!-- hhmts end --> </div>