October 25, 2011

MinGW

Install MinGW
Windows 7 does not have a built-in command line program to extract from zip. Install MinGW using GUI.

sourceforge.net/projects/mingw/files/Automated MinGW Installer/mingw-get

:: for Windows
:: C Compiler
mingw-get install base

:: MSYS Basic System
mingw-get install msys-base

:: MinGW Developer Toolkit
mingw-get install mingw-developer-toolkit

:: Mount installation
sh mount c:/mingw /mingw

Links

mingw.org/wiki/Getting_Started
mingw.org/wiki/Large_executables
stackoverflow.com/questions/2826029/passing-additional-variables-from-command-line-to-make
superuser.com/questions/110991/can-you-zip-a-file-from-command-prompt
wiki.openttd.org/Compiling_on_MinGW

No comments:

Post a Comment