Installing Minimalist GNU C Compiler MinGW Tutorial
Channel:
Subscribers:
23,100
Published on ● Video Link: https://www.youtube.com/watch?v=VKg5kyBKK7A
MinGW is a C programming tools distribution needed to compile and debug C programs on Windows.
Download the installer here:
http://adf.ly/1M6jYx
The basic installation performed in the video includes tools like gcc, gdb and many more well-known Linux development tools.
Type the following command to add MinGW to the PATH user environment variable:
setx PATH "%PATH%;C:\MinGW\bin"
This accomplishes that executables from the "C:\MinGW\bin" folder can be accessed directly on the command line via their names.
Intro by: https://www.youtube.com/user/RavenProDesign
Check out my website: http://www.bullywiihacks.forumotion.com/
Subscribe: http://www.youtube.com/subscription_center?add_user=bullywiiplaza
Other Videos By BullyWiiPlaza
Tags:
MinGW
C Compiler
GCC
GNU Compiler
GNU Compiler Collection
Compiler
C Programming
C Program
Windows
Desktop
Tutorial
GNU
C Programming Language
Windows 10
Computer
Technology
Installation
Guide