X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b75b6d4cd79a8aad9cf187c8d1b4760dd3ceee58..c66c3af1353948c39b05ab03c7314d6f999419d0:/docs/latex/wx/wxx11.tex diff --git a/docs/latex/wx/wxx11.tex b/docs/latex/wx/wxx11.tex index 23adaa40c9..97234ea824 100644 --- a/docs/latex/wx/wxx11.tex +++ b/docs/latex/wx/wxx11.tex @@ -3,13 +3,19 @@ wxX11 is a port of wxWindows using X11 (The X Window System) as the underlying graphics backend. wxX11 draws its widgets using the wxUniversal widget set which is now part of wxWindows. -wxX11 should be well-suited for a number of special apps such -as apps running on systems with little resource (PDAs) or apps -which need to acquire a special themed look. You will need +wxX11 is well-suited for a number of special applications such +as those running on systems with few resources (PDAs) or for +applications which need to use a special themed look. You will need wxWindows 2.3.2 or higher. - + In order to configure wxWindows to compile wxX11 you will -need to type +need to type: + +\begin{verbatim} +configure --with-x11 --with-universal +\end{verbatim} + +For further information, please see the files in docs/x11 +in the distribution. There is also a page on the use of +wxWindows for embedded applications on the wxWindows web site. - configure --with-x11 --with-universal -