Skip to content
Snippets Groups Projects
Commit 7f79c6f3 authored by lhealy's avatar lhealy Committed by Liam Healy
Browse files

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
parent 7d3e1760
No related branches found
No related tags found
No related merge requests found
...@@ -70,13 +70,17 @@ debugger invoked on a GSL-ERROR in thread #<THREAD "initial thread" {10032258C1} ...@@ -70,13 +70,17 @@ debugger invoked on a GSL-ERROR in thread #<THREAD "initial thread" {10032258C1}
</p> </p>
<ul> <ul>
<li><a href="http://www.gnu.org/software/gsl/">GSL</a></li> <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> <li><a href="http://www.cliki.net/asdf">ASDF</a>
</ul> </ul>
<p> <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> 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). (asdf is automatically installed with your CL implementation).
Once your CL implementation is running, do Once your CL implementation is running, do
<code>(asdf:operate 'asdf:compile-op :gsll)</code> <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> ...@@ -103,10 +107,17 @@ svn checkout svn://common-lisp.net/project/gsll/svn/trunk gsll</pre></p>
</div> </div>
<h3>Additional information</h3> <h3>Additional information</h3>
<p> Please see <a href="documentation.html">documentation</a> and <a <ul>
href="development.html">development</a> information. There is a <a <li>A <a href="documentation.html">documentation</a> guide is
href="http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel">mailing available.
list</a> for all aspects of this project. <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> <h3>Similar or related projects from others</h3>
<div class="content"> <div class="content">
...@@ -124,7 +135,7 @@ list</a> for all aspects of this project. ...@@ -124,7 +135,7 @@ list</a> for all aspects of this project.
<!-- Created: Feb 25 2005 --> <!-- Created: Feb 25 2005 -->
<!-- hhmts start --> <!-- hhmts start -->
<small> <small>
Time-stamp: <2008-02-24 11:30:45EST index.html> Time-stamp: <2008-03-01 14:08:59EST index.html>
</small> </small>
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment