https://github.com/dacap/mingw-downloader
Batch file to download MinGW compiler (gcc 4.5)
https://github.com/dacap/mingw-downloader
Last synced: 8 months ago
JSON representation
Batch file to download MinGW compiler (gcc 4.5)
- Host: GitHub
- URL: https://github.com/dacap/mingw-downloader
- Owner: dacap
- Created: 2010-06-06T17:14:25.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T02:31:11.000Z (about 13 years ago)
- Last Synced: 2025-10-12T12:55:43.488Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 461 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MinGW Downloader
## Instructions
1. Uncompress [MinGW-Downloader.zip](https://dl.dropboxusercontent.com/u/13604662/MinGW-Downloader.zip)
in `C:\Compilers` (or any other folder without spaces)
2. Execute `C:\Compilers\MinGW-Downloader\MinGW-4.5-Downloader.bat`
3. Wait until it finishes.
4. Done, you get `MinGW-4.5` folder with gcc 4.5 and batch file
named `Run-cmd-with-MinGW-4.5.bat` which setups the PATH directory
to use gcc and g++ from the command line.
Finally the `MinGW-4.5` folder and `Run-cmd-with-MinGW-4.5.bat` file
are portable, which means that you can copy both in a pen drive and
use them anywhere.
## Problems?
Report errors to davidcapello@gmail.com