X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6330f4bb19fe4fedda73e8e5f152e56bcddf25b6..e10caf88b6cbf09bb38dea47dc258eb638237559:/docs/mgl/install.txt diff --git a/docs/mgl/install.txt b/docs/mgl/install.txt index e311b5207f..8ed50983f9 100644 --- a/docs/mgl/install.txt +++ b/docs/mgl/install.txt @@ -1,8 +1,11 @@ -wxWidgets 2.6.2 for MGL installation ------------------------------------- +wxWidgets for MGL installation +------------------------------ IMPORTANT NOTE: + wxMGL is currently in need of some work to bring it up to the + standard of some of the other wxWidgets ports. + If you experience problems installing, please re-read these instructions and other related files (todo.txt, bugs.txt and osname.txt for your platform if it exists) carefully before @@ -11,7 +14,7 @@ IMPORTANT NOTE: When sending bug reports tell us what version of wxWidgets you are using (including the beta) and what compiler on what system. One - example: wxMGL 2.6.2, gcc 2.95.3, Redhat 7.0 + example: wxMGL 2.8.0, gcc 2.95.3, Redhat 7.0 First steps ----------- @@ -167,16 +170,16 @@ configure, you only have to specify the target: > ./configure --with-mgl --build=i586-linux --host=i586-pc-msdosdjgpp > make -For this to work, you must have installed a cross compiler on your system. Ready -made binaries are not available for very many systems, so usually this means you -must obtain the djgpp sources and compile them yourself. +For this to work, you must have installed a cross compiler on your system. + +Linux rpms are available here: + http://ap1.pp.fi/djgpp/gcc/cross-compiler/index.html -NetBSD does have a binary package which can be installed with: +NetBSD has a binary package which can be installed with: # pkg_add cross-i386-msdosdjgpp -You can also try asking on the wx-dev mailing list. If someone else has already -built a cross-compiler for you platform they may be willing to send you the -binaries. +For other systems you will need to obtain the djgpp sources and compile them +yourself. * Building wxMGL for MS-DOS using Watcom C/C++ @@ -204,8 +207,8 @@ OpenSourced by SciTech, check out http://www.openwatcom.org). !include $(WXDIR)\src\mgl\makeprog.wat -Compilation notes for MGL with DJGPP ------------------------------------- +Compilation notes for MGL with gcc +---------------------------------- The mvis library doesn't compile with current versions of gcc. However wxMGL does not use this part of MGL, so it can be taken out of the compile, e.g.: