From f5ce6d569cf6d733133a22a709ff4958f90b7c58 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 29 May 2006 17:20:18 +0000 Subject: [PATCH] Add url for linux djgpp cross compiler (Cavit Cahit VURAL) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/mgl/install.txt | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/mgl/install.txt b/docs/mgl/install.txt index e311b5207f..34f7941d1c 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 @@ -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.: -- 2.45.2