Changes between Version 8 and Version 9 of CompilationGuide/CrossCompilingForWindows
- Timestamp:
- Sep 2, 2016, 4:48:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/CrossCompilingForWindows
v8 v9 5 5 This is sometimes easier than using a "native" compilation in windows because some dependencies' configure scripts accept a cross compiler more readily than a native windows mingw gcc, etc. It also may be "faster" than using mingw's gcc in windows, for whatever reason gcc seems faster in linux. 6 6 7 Most cross compilation are done under Linux, but it is possible to us OS X as a host machine. 7 Most cross compilation are done under Linux, but it is possible to us OS X as a host machine as well. 8 9 Also "windows 10 bash" can do cross compilation as well. 8 10 9 11 = Automated cross compiling environment =
