cThese are installation instructions for my CE 21: Introduction to Computing class so that students will be able to install the compilers on their systems at home.
Download the following files from the MinGW website:
- MSYS-1.0.10.exe
- binutils-2.16.91-20060119-1.tar.gz
- gcc-core-3.4.2-20040916-1.tar.gz
- gcc-g++-3.4.2-20040916-1.tar.gz
- mingw-runtime-3.12.tar.gz
- w32api-3.9.tar.gz
Assuming that the students downloaded them on their desktop as described in the screenshot above, the video below shows the details of installing MSYS. Take note the the installation directory is c:\msys and not c:\msys\1.0.
Technorati Tags: ce21, c++, programming, installation instructions
Related Posts Related Websites- Data Hiding in C: Programming Using Incomplete and Derived Types >>>NOTE: You may want to start with a much simpler article in hiding member in...
- How To Hide A Struct Member in the C Programming Language Update: A friend pointed out a typo, which is now fixed in both the article...

0 Response to “Installing MSYS and MinGW”