Several inux software development systems in windows

Source: Internet
Author: User


Several inux software development systems in windows, MinGW, are a collection of windows gcc versions and do not need to rely on the middle layer.
MSYS is a simulation of a small linux environment. It can be combined with MinGW to simulate the use of MinGW gcc in a linux environment.
Cygwin is a powerful linux environment, because cygwin1.dll converts underlying windows APIs to linux APIs. Therefore, development in Cygwin is equivalent to development in linux. for developers, it is equivalent to calling linux-type APIs. Therefore, such programs can be directly transplanted to linux. However, if such a program is to be executed on windows, cygwin1.dll must be supported during running. According to the above analysis, if you develop a linux cross-platform program in windows, Cygwin and gcc in the linux simulator are good choices, but the developed program must depend on a cygwin1.dll. If you only want to use the gcc compiler in windows and do not want to rely on other dll, mingw is a good choice. Another method is virtual machines. This is a complete linux System in windows, but it has the highest requirements on machine performance.

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.