- Timestamp:
- 03/01/08 19:15:46 (9 months ago)
- Files:
-
- 1 modified
-
trunk/documentation/index.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/documentation/index.html
r26 r27 71 71 <ul> 72 72 <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> 74 77 <li><a href="http://www.cliki.net/asdf">ASDF</a> 75 78 </ul> 76 79 <p> 77 In <a href="http://www.debian.org">Debian</a> ,80 In <a href="http://www.debian.org">Debian</a> unstable or testing, 78 81 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> 80 84 (asdf is automatically installed with your CL implementation). 81 85 Once your CL implementation is running, do … … 104 108 105 109 <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> 110 121 111 122 <h3>Similar or related projects from others</h3> … … 125 136 <!-- hhmts start --> 126 137 <small> 127 Time-stamp: <2008-0 2-24 11:30:45EST index.html>138 Time-stamp: <2008-03-01 14:08:59EST index.html> 128 139 </small> 129 140 <!-- hhmts end -->
