cl-smoke.commonqt & Clozure CL support
Fri Jul 3 00:28:43 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* cl-smoke.commonqt & Clozure CL support
Binary files old-doc/commonqt-t14.png and new-doc/commonqt-t14.png differ
diff -rN -u old-doc/introduction.xml new-doc/introduction.xml
--- old-doc/introduction.xml 2014-10-30 06:55:05.000000000 +0100
+++ new-doc/introduction.xml 2014-10-30 06:55:05.000000000 +0100
@@ -81,12 +81,8 @@
<listitem><para>
<ulink url="http://www.sbcl.org">SBCL</ulink> on Linux x86 (and x86_64)
</para></listitem>
- </itemizedlist>
-</section>
-<section><title>Partial</title>
- <itemizedlist>
<listitem> <para>
- <ulink url="http://trac.clozure.com/openmcl">Clozure CL</ulink> support is currently broken.
+ <ulink url="http://trac.clozure.com/openmcl">Clozure CL</ulink> on Linux x86.
</para></listitem>
</itemizedlist>
</section>
@@ -137,14 +133,12 @@
from the mudballs files.
<ulink url="http://tobias.rautenkranz.ch/lisp/cl-smoke/cl-smoke-asd.tar.bz2">Get the <code>.asd</code> files</ulink> and
place them in the corresponding source directories. Then symlink the <code>.asd</code> files in a ASDF search path.
- You can for examples run: <code>ln -s <userinput>SOME_DIR/*/*.asd</userinput> <userinput>ASDF_PATH</userinput></code>
+ You can for example run: <code>ln -s <userinput>SOME_DIR/*/*.asd</userinput> <userinput>ASDF_PATH</userinput></code>
</para>
<para>
Now build and install the <package>:smoke</package> and <package>:qt</package> C wrapper libraries with:
<informalexample>
- <programlisting>
- cmake ./ &amp;&amp; make &amp;&amp; sudo make install
- </programlisting>
+ <programlisting>cmake ./ &amp;&amp; make &amp;&amp; sudo make install</programlisting>
</informalexample>
in the <filename>smoke/</filename> and <filename>qt/</filename> directories.
</para>
diff -rN -u old-doc/qt.xml new-doc/qt.xml
--- old-doc/qt.xml 2014-10-30 06:55:05.000000000 +0100
+++ new-doc/qt.xml 2014-10-30 06:55:05.000000000 +0100
@@ -198,4 +198,25 @@
</section>
+<section><title>CommonQt</title>
+<para><ulink url="http://tobias.rautenkranz.ch/darcsweb/darcsweb.cgi?r=cl-smoke/commonqt">:cl-smoke.commonqt</ulink>
+is an experimental compatibility layer to run Lisp code using the
+<ulink url="http://common-lisp.net/project/commonqt/">CommonQt</ulink> API with cl-smoke.
+It is incomplete, but implementing the missing pieces should be straight forward.
+</para>
+<screenshot>
+<mediaobject>
+<imageobject>
+ <imagedata fileref="commonqt-t14.png" format="PNG"/>
+</imageobject>
+<caption>
+<para>CommonQt tutorial 14
+<filename><ulink url="http://repo.or.cz/w/commonqt.git?a=blob;f=tutorial/t14.lisp;hb=HEAD">t14.lisp</ulink></filename>
+running with <code>:cl-smoke.commonqt</code>.
+</para>
+</caption>
+</mediaobject>
+</screenshot>
+</section>
+
</chapter>