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
This commit is contained in:
parent
6ef708cde1
commit
f5ce6d569c
@ -1,8 +1,11 @@
|
|||||||
wxWidgets 2.6.2 for MGL installation
|
wxWidgets for MGL installation
|
||||||
------------------------------------
|
------------------------------
|
||||||
|
|
||||||
IMPORTANT NOTE:
|
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
|
If you experience problems installing, please re-read these
|
||||||
instructions and other related files (todo.txt, bugs.txt and
|
instructions and other related files (todo.txt, bugs.txt and
|
||||||
osname.txt for your platform if it exists) carefully before
|
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
|
> ./configure --with-mgl --build=i586-linux --host=i586-pc-msdosdjgpp
|
||||||
> make
|
> make
|
||||||
|
|
||||||
For this to work, you must have installed a cross compiler on your system. Ready
|
For this to work, you must have installed a cross compiler on your system.
|
||||||
made binaries are not available for very many systems, so usually this means you
|
|
||||||
must obtain the djgpp sources and compile them yourself.
|
|
||||||
|
|
||||||
NetBSD does have a binary package which can be installed with:
|
Linux rpms are available here:
|
||||||
|
http://ap1.pp.fi/djgpp/gcc/cross-compiler/index.html
|
||||||
|
|
||||||
|
NetBSD has a binary package which can be installed with:
|
||||||
# pkg_add cross-i386-msdosdjgpp
|
# pkg_add cross-i386-msdosdjgpp
|
||||||
|
|
||||||
You can also try asking on the wx-dev mailing list. If someone else has already
|
For other systems you will need to obtain the djgpp sources and compile them
|
||||||
built a cross-compiler for you platform they may be willing to send you the
|
yourself.
|
||||||
binaries.
|
|
||||||
|
|
||||||
|
|
||||||
* Building wxMGL for MS-DOS using Watcom C/C++
|
* 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
|
!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
|
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.:
|
does not use this part of MGL, so it can be taken out of the compile, e.g.:
|
||||||
|
Loading…
Reference in New Issue
Block a user