2002-01-27 23:37:06 +00:00
|
|
|
\section{wxMGL port}\label{wxmglport}
|
|
|
|
|
2004-05-04 08:27:20 +00:00
|
|
|
wxMGL is a port of wxWidgets using the MGL library available
|
2002-07-09 07:19:57 +00:00
|
|
|
from SciTech as the underlying graphics backend. wxMGL draws
|
|
|
|
its widgets using the wxUniversal widget set which is now
|
2004-05-04 08:27:20 +00:00
|
|
|
part of wxWidgets. MGL itself runs on a variety of platforms
|
2002-07-09 07:19:57 +00:00
|
|
|
including DOS, Linux hardware (similar to the Linux framebuffer)
|
|
|
|
and various graphics systems such as Win32, X11 and OS/2.
|
2002-07-09 08:33:57 +00:00
|
|
|
Note that currently MGL for Linux runs only on x86-based systems.
|
2002-07-09 07:19:57 +00:00
|
|
|
|
2004-05-04 08:27:20 +00:00
|
|
|
You will need wxWidgets 2.3.3 or higher and MGL 5.0 or higher.
|
2002-07-09 07:19:57 +00:00
|
|
|
The latter is available from
|
|
|
|
|
2002-07-12 23:25:14 +00:00
|
|
|
\urlref{http://www.scitechsoft.com/products/product\_download.html}{http://www.scitechsoft.com/products/product\_download.html}
|
2002-07-09 08:33:57 +00:00
|
|
|
|
2004-05-04 08:27:20 +00:00
|
|
|
In order to configure wxWidgets to compile wxMGL you will
|
2002-07-09 08:33:57 +00:00
|
|
|
need to type:
|
2002-07-09 07:19:57 +00:00
|
|
|
|
2002-07-09 08:33:57 +00:00
|
|
|
\begin{verbatim}
|
2002-07-09 07:19:57 +00:00
|
|
|
configure --with-mgl --with-universal
|
2002-07-09 08:33:57 +00:00
|
|
|
\end{verbatim}
|
2002-07-12 23:25:14 +00:00
|
|
|
|
2002-07-09 08:33:57 +00:00
|
|
|
Under DOS, wxMGL uses a dmake based make system.
|
|
|
|
|
|
|
|
For further information, please see the files in docs/mgl
|
|
|
|
in the distribution.
|
2002-08-16 21:07:48 +00:00
|
|
|
|