]>
Commit | Line | Data |
---|---|---|
9dc14ebc VS |
1 | \section{wxMGL port}\label{wxmglport} |
2 | ||
fc2171bd | 3 | wxMGL is a port of wxWidgets using the MGL library available |
b75b6d4c RR |
4 | from SciTech as the underlying graphics backend. wxMGL draws |
5 | its widgets using the wxUniversal widget set which is now | |
fc2171bd | 6 | part of wxWidgets. MGL itself runs on a variety of platforms |
b75b6d4c RR |
7 | including DOS, Linux hardware (similar to the Linux framebuffer) |
8 | and various graphics systems such as Win32, X11 and OS/2. | |
298fe32f | 9 | Note that currently MGL for Linux runs only on x86-based systems. |
b75b6d4c | 10 | |
fc2171bd | 11 | You will need wxWidgets 2.3.3 or higher and MGL 5.0 or higher. |
b75b6d4c RR |
12 | The latter is available from |
13 | ||
e626d7c7 | 14 | \urlref{http://www.scitechsoft.com/products/product\_download.html}{http://www.scitechsoft.com/products/product\_download.html} |
298fe32f | 15 | |
fc2171bd | 16 | In order to configure wxWidgets to compile wxMGL you will |
298fe32f | 17 | need to type: |
b75b6d4c | 18 | |
298fe32f | 19 | \begin{verbatim} |
b75b6d4c | 20 | configure --with-mgl --with-universal |
298fe32f | 21 | \end{verbatim} |
e626d7c7 | 22 | |
298fe32f JS |
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. | |
ba637f22 | 27 |