added newer Cygwin (cross/mingw-w64) options.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8099 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
75533d2482
commit
f1c4092b98
@ -94,6 +94,17 @@ Note: Since December 2009, there is a new gcc 4.x compiler
|
||||
that doesn't support the -mno-cygwin option anymore. You
|
||||
must use the older gcc-3 compiler instead.
|
||||
|
||||
An alternative is to install the new (since about Oct. 2010)
|
||||
mingw cross tools that support newer gcc compilers for building
|
||||
native Windows applications (like -mno-cygwin above).
|
||||
Currently you would have to install mingw64-i686-gcc-g++ for
|
||||
32-bit Windows applications (despite its name!), and/or
|
||||
mingw64-x86_64-gcc-g++ for 64-bit applications. You may also
|
||||
need to install the corresponding '-headers' packages as well.
|
||||
Currently these tools support gcc 4.5.x or newer, but the
|
||||
setup for FLTK is somewhat more complicated and not yet
|
||||
completely supported automatically (you may need to edit
|
||||
some lines in the generated makeinclude file).
|
||||
|
||||
The MinGW distribution (Minimalist GNU for Windows) provides
|
||||
a similar toolset but geared solely towards native Windows
|
||||
@ -125,7 +136,8 @@ FLTK with the GNU tools:
|
||||
|
||||
3. MinGW: Built using the MinGW utilities, compiler and
|
||||
tools. This is, in many aspects, analogous to the
|
||||
Cygwin "-mno-cygwin" option.
|
||||
Cygwin "-mno-cygwin" option. This is the recommended
|
||||
one if you want to build native Windows programs only.
|
||||
|
||||
|
||||
Recommended Command Line Build Environment
|
||||
@ -518,7 +530,7 @@ is changed, the corresponding .cxx file will be recompiled.
|
||||
============================
|
||||
|
||||
|
||||
Why does a console window appear when I run my progrem?
|
||||
Why does a console window appear when I run my program?
|
||||
---------------------------------------------------------
|
||||
|
||||
Windows has a flag that determines whether an application
|
||||
@ -607,3 +619,4 @@ The following links may be of use:
|
||||
|
||||
Oct 25 2010 - matt: restructured entire document and verified instructions
|
||||
Dec 20 2010 - matt: merged with README.win32
|
||||
Dec 22 2010 - AlbrechtS: added newer Cygwin (cross/mingw-w64) options
|
||||
|
Loading…
Reference in New Issue
Block a user