]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/wxmgl.tex
Changed wxProcess::Open to take a flags arg to pass to wxExecute.
[wxWidgets.git] / docs / latex / wx / wxmgl.tex
1 \section{wxMGL port}\label{wxmglport}
2
3 wxMGL is a port of wxWindows using the MGL library available
4 from SciTech as the underlying graphics backend. wxMGL draws
5 its widgets using the wxUniversal widget set which is now
6 part of wxWindows. MGL itself runs on a variety of platforms
7 including DOS, Linux hardware (similar to the Linux framebuffer)
8 and various graphics systems such as Win32, X11 and OS/2.
9 Note that currently MGL for Linux runs only on x86-based systems.
10
11 You will need wxWindows 2.3.3 or higher and MGL 5.0 or higher.
12 The latter is available from
13
14 \urlref{http://www.scitechsoft.com/products/product\_download.html}{http://www.scitechsoft.com/products/product\_download.html}
15
16 In order to configure wxWindows to compile wxMGL you will
17 need to type:
18
19 \begin{verbatim}
20 configure --with-mgl --with-universal
21 \end{verbatim}
22
23 Under DOS, wxMGL uses a dmake based make system.
24
25 For further information, please see the files in docs/mgl
26 in the distribution.