zoukankan      html  css  js  c++  java
  • MSYS2是对MSYS的一个独立的重写,是基于当前的Cygwin和MinGW-w64重写的,以同原生的Windows软件有更好的交互性为目的

    MSYS2的官网:http://sourceforge.net/projects/msys2/

    官网的描述:

    Description

    MSYS2 is an independent rewrite of MSYS, based on modern Cygwin (POSIX compatibility layer) and MinGW-w64 with the aim of better interoperability with native Windows software.
    MSYS2是对MSYS的一个独立的重写,是基于当前的Cygwin和MinGW-w64重写的,以同原生的Windows软件有更好的交互性为目的。
    The name is a contraction of Minimal SYStem 2, and aims to provide support to facilitate using the bash shell, Autotools, revision control systems and the like for building native Windows applications using MinGW-w64 toolchains.
    MSYS2是Minimal SYStem 2的缩写,它旨在提供支持以促进使用bash shell,自动工具,版本控制系统,等,为使用MinGW-w64工具链编译原生的Windows应用程序。

    MinGW和MSYS相关:

    http://blog.csdn.net/u013600225/article/details/50134611

    mingw-w64相关

    http://blog.csdn.net/u013600225/article/details/50124871

    另外,还有一些有关MSYS2的链接,如下

    Cygwin 与 MinGW/MSYS/MSYS2,如何选择?
    http://zengrong.net/post/1557.htm

    MSYS2 + MinGW-w64 + Git + gVim 环境配置
    http://www.tuicool.com/articles/zmeQfu
    http://dantvt.is-programmer.com/posts/63161.html
    MSYS2+MINGW64开发环境使用感受
    http://m.oschina.net/blog/363658

    总之吧,总结出来一句话,就是,现在都是64位电脑了,就用MSYS2和mingw-w64吧。


    一些*nix下的工具
    GNU utilities for Win32
    http://unxutils.sourceforge.net/
    CoreUtils for Windows
    http://gnuwin32.sourceforge.net/packages/coreutils.htm
    GnuWin
    http://gnuwin32.sourceforge.net/
    dd for windows
    http://www.chrysocome.net/dd
    Unix ports - WHICH, TEE & CUT
    http://www.robvanderwoude.com/unixports.php

    https://blog.csdn.net/u013600225/article/details/50118745

  • 相关阅读:
    poj 1860 Currency Exchange(最短路径的应用)
    poj 2965 The Pilots Brothers' refrigerator
    zoj 1827 the game of 31 (有限制的博弈论)
    poj 3295 Tautology (构造法)
    poj 1753 Flip Game(枚举)
    poj 2109 (贪心)
    poj 1328(贪心)
    Qt 对单个控件美化
    Qt 4基础
    Bash Shell
  • 原文地址:https://www.cnblogs.com/findumars/p/8877157.html
Copyright © 2011-2022 走看看