]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/wxx11.tex
23adaa40c9fee5c7d3f7569fc9cd9b5794f92730
[wxWidgets.git] / docs / latex / wx / wxx11.tex
1 \section{wxX11 port}\label{wxx11port}
2
3 wxX11 is a port of wxWindows using X11 (The X Window System)
4 as the underlying graphics backend. wxX11 draws its widgets
5 using the wxUniversal widget set which is now part of wxWindows.
6 wxX11 should be well-suited for a number of special apps such
7 as apps running on systems with little resource (PDAs) or apps
8 which need to acquire a special themed look. You will need
9 wxWindows 2.3.2 or higher.
10
11 In order to configure wxWindows to compile wxX11 you will
12 need to type
13
14 configure --with-x11 --with-universal
15