Eclipse-Based C/C ++ Development Environment setup

Source: Internet
Author: User

1. Download JDK and set Java environment variables

2. Download Eclipse IDE for C/C ++ developers

3. Download mingw. This is the C compiler on Windows. Note that the installation process must be networked. Mingw is a green software. After the local machine is installed, if you want to install it on another machine, just copy the mingw directory of the local machine.

4. Set the mingw environment variable. Note that in the system variable, if yes, the mingw environment variable is added, and the mingw environment variable is created.

Path = C:/mingw/bin
LIBRARY_PATH = C:/mingw/lib
C_include_path = C:/mingw/include

 

After the setup, enter mingw32-make.exe-version in DOS. If the following information is displayed, the installation is successful, if not, check whether the mingw environment variable is set correctly, or check whether mingw has no errors during installation

 

GNU make 3.82
Built for i386-pc-mingw32

Copyright (c) 2010 Free Software Foundation, Inc.

 

Over

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.