From 7f79c6f394e62f37c99d7ea87c99379ce8008b23 Mon Sep 17 00:00:00 2001 From: lhealy <lhealy@af03a46b-e846-0410-96e5-d5653c316fd0> Date: Sat, 1 Mar 2008 19:15:46 +0000 Subject: [PATCH] Say that the version of CFFI needed is newer than 0.9.2 and be explicit on acceptable Debian versions (lenny and sid now). git-svn-id: svn+ssh://common-lisp.net/project/gsll/svn/trunk@27 af03a46b-e846-0410-96e5-d5653c316fd0 --- documentation/index.html | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 1ac970de..103c7d7e 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> -- GitLab