====== Differences ====== This shows you the differences between two versions of the page.
compiling_for_win32 [2013/04/07 20:24] pm [MinGW Binaries for Intel] |
compiling_for_win32 [2013/04/07 20:27] (current) pm [Cross Compiling for Win32] |
||
---|---|---|---|
Line 7: | Line 7: | ||
This is a cross compilation of [[http://www.mingw.org/|MinGW]] on Mac OS X. | This is a cross compilation of [[http://www.mingw.org/|MinGW]] on Mac OS X. | ||
- | A package installs all files in the given intallation directory, for example in ''/usr/local/i386-mingw32-3.4.5'' for release 2 for Intel Mac. | + | All GCC tools are located in the ''win32-gcc/bin'' sub directory. You can add this path to your ''$PATH'' shell variable, or invoke the tools with their full path name: for example ''/usr/local/gcc-4.8.0-qt-4.8.4-for-mingw32/win32-gcc/bin/i586-mingw32-gcc'' for gcc. |
- | + | ||
- | All tools are located in the ''bin'' sub directory. You can add this path to your ''$PATH'' shell variable, or invoke the tools with their full path name: for example ''/usr/local/i386-mingw32-3.4.5/bin/i386-mingw32-gcc'' for gcc. Note tool names always begin by ''i386'', even for Power PC: for example, ''/usr/local/ppc-mingw32-4.3.0/bin/i386-mingw32-gcc''. | + | |
You can find some sample code in [[mingwsamplecode|MinGW sample code page]]. | You can find some sample code in [[mingwsamplecode|MinGW sample code page]]. | ||
- | |||
===== GCC 4.8.0, QT 4.8.4 ===== | ===== GCC 4.8.0, QT 4.8.4 ===== | ||