<sect2><title>wxWindows</title>
<para>
<command>wxWindows</command> is a cross platform, UI widget toolkit similar to Qt and the Gnome toolkit.
It supports the following:

<orderedlist>
<listitem><para>Various Unices</para></listitem>
<listitem><para>Microsoft Windows</para></listitem>
<listitem><para>Embedded platforms</para></listitem>
</orderedlist>

It has been in development for the last ten years, and it is extremely stable.
</para>

<sect3><title>Authors</title>
<para>
The <command>wxWindows</command> development team is lead by
Julian Smart, from the Artificial Intelligence Applications Institute, University of Edinburgh.
<command>wxWindows</command> can be downloaded from http://www.wxwindows.org.
</para>
</sect3>

<sect3><title>Installation</title>
<programlisting>
cd wxwindows
bunzip2 wxGTK-2.2.9.tar.bz2
tar xvf wxGTK-2.2.9.tar
cd wxGTK-2.2.9
./configure
make
make install
cp lib/wx/include/gtk-2.2/wx/setup.h /usr/local/include/wx/
</programlisting>

<para>
If you have installed <command>wxWindows</command> on an architecture / operating system combination which supports 
dynamic libraries, then you will need to run the <command>ldconfig</command> command or equivalent.
</para>

</sect3>

</sect2>
