b75b6d4cd7
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 lines
724 B
TeX
20 lines
724 B
TeX
\section{wxMGL port}\label{wxmglport}
|
|
|
|
wxMGL is a port of wxWindows using the MGL library available
|
|
from SciTech as the underlying graphics backend. wxMGL draws
|
|
its widgets using the wxUniversal widget set which is now
|
|
part of wxWindows. MGL itself runs on a variety of platforms
|
|
including DOS, Linux hardware (similar to the Linux framebuffer)
|
|
and various graphics systems such as Win32, X11 and OS/2.
|
|
|
|
You will need wxWindows 2.3.3 or higher and MGL 5.0 or higher.
|
|
The latter is available from
|
|
|
|
http://www.scitechsoft.com/products/product_download.html
|
|
|
|
In order to configure wxWindows to compile wxMGL you will
|
|
need to type
|
|
|
|
configure --with-mgl --with-universal
|
|
|
|
under DOS, wxMGL uses a dmake based make system. |