[lambda-gtk-cvs] CVS update: lambda-gtk/lambda-gtk.html
Heinrich Konrad Taube
htaube at common-lisp.net
Wed Dec 8 02:24:22 UTC 2004
Update of /project/lambda-gtk/cvsroot/lambda-gtk
In directory common-lisp.net:/tmp/cvs-serv19648
Modified Files:
lambda-gtk.html
Log Message:
added link for upcoming linux openmcl header tarball
Date: Wed Dec 8 03:24:15 2004
Author: htaube
Index: lambda-gtk/lambda-gtk.html
diff -u lambda-gtk/lambda-gtk.html:1.1.1.1 lambda-gtk/lambda-gtk.html:1.2
--- lambda-gtk/lambda-gtk.html:1.1.1.1 Tue Nov 30 15:59:31 2004
+++ lambda-gtk/lambda-gtk.html Wed Dec 8 03:24:14 2004
@@ -99,7 +99,7 @@
href="http://openmcl.clozure.com/Doc/ch09s07.html">ffigen</a> program)
and an API control file (gtk.api) that you can edit and customize in
order to generate more or less inclusive interfaces to
-GTK. λgtk is organized into two layers: a common file
+GTK. λgtk is organized into two parts: a common file
(lambda-gtk-common.lisp) and an implementation file for each target
FFI (lambda-gtk-openmcl.lisp, lambda-gtk-cmusbcl.lisp, and so on).
With the exception of callbacks (which are required by GTK itself)
@@ -222,16 +222,28 @@
<li>
<p>
-If you are using OpenMCL, download the
-<a href="ftp://common-lisp.net/pub/project/lambda-gtk/openmcl-darwin-gtk.tar.gz">
-OpenMCL GTK Interface</a> and untar it inside OpenMCL's
-ccl/darwin-headers/ folder:
+If you are using OpenMCL, download either:
+</p>
+<ul>
+<li>
+<a href="ftp://common-lisp.net/pub/project/lambda-gtk/openmcl-darwin-gtk.tar.gz">openmcl-darwin-gtk.tar.gz</a>
+</li>
+<li><a href="ftp://common-lisp.net/pub/project/lambda-gtk/openmcl-linux-gtk.tar.gz">openmcl-linux-gtk.tar.gz</a>
+</li>
+</ul>
+<p>
+and untar it inside either OpenMCL's ccl/darwin-headers/ or
+ccl/headers/ folder:
</p>
<blockquote>
<pre>$ cd /path/to/ccl/darwin-headers
-$ tar -zxf openmcl-gtk-interface.tar.gz
+$ tar -zxf openmcl-darwin-gtk.tar.gz
</pre>
</blockquote>
+<p>
+Untarring either archive restores a gtk2/ directory containing seveal
+.cdb files for the GTK interface.
+</p>
</li>
<li>
@@ -452,6 +464,5 @@
alt="Valid XHTML 1.0!" height="31" width="88" />
</a>
</p>
-
</body>
</html>
More information about the Lambda-gtk-cvs
mailing list