First of all, I, LKS, would like to take this opportunity to express my heartfelt appreciation to Xin-Yu for inviting me to joining this Blog(import Code.*; ). LKS fell very fortunate to have chance to work and assist in making the Blog successful. Again, thank you so much for your enthusiastic participation in this Blog. Without your professional assistance, this Blog would not have come to fruition.
Best regards,
Your Friend, LKS
2009/04/29
---------------------------------------------------------------------------------------------------
This guidance aims to teach an idiot like LKS to LEARN C...
(LKS knows that you are NOT like me,aren't you?)
Quick Start Guide to C
- Table of Contents
- Installing MinGW on Windows
- What is MinGW?
- Installing MinGW on Windows
- Using the automatic installer
Download an Installer executable "MinGW-current-version.exe" and run it
The Installer will install all you need to compiler C. Well...The versions of the individual packages may not be the latest. But for the beginner as LKS, there is no need to use the latest features. Once you have all these packages (mingw32-make is optional if you have MSYS or Cygwin), you may download updated individual packages, like GCC, and extract them into the MinGW directory.
- Environment Variables Setting
[GCC] GCC for Windows (MinGW/DEV-C++)
This is easy done by adding the directory address to the PATH variable in your environment Variables. Go to “System->Advanced->Environment Variables” to edit the Path value. You will see entitled "System Variables". Find the line that notes "PATH" and double-click the entry. A dialog box with two text boxes will pop up, the bottom text box is where you should edit. At the end of the string add ";X:\MinGW\bin"(X should change to the driver which you installed). Don't forget the semicolon ; this separates the entries in the PATH. And now you should use “gcc” directly in command-line.
Continue...
1 意見:
You are such a POLITE young man. I can not get with it. Hay Hay~
Post a Comment