windows:mingw

文書の過去の版を表示しています。


MinGW(Minimalist GNU for Windows)

MinGW-w64 - for 32 and 64 bit Windows download | SourceForge.netFiles より x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z をダウンロードする。
ダウンロードした x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z を C:\mingw64 に解凍する。

MinGW-buildsFiles より msys+7za+wget+svn+git+mercurial+cvs-rev13.7z をダウンロードする。
ダウンロードした msys+7za+wget+svn+git+mercurial+cvs-rev13.7z を C:\msys に解凍する。

MSYS/etc/fstab に C:\mingw64 をマウントするように設定する。

c:\msys\etc\fstab
#Win32_Path		Mount_Point
c:/mingw64		/mingw

C:\msys\msys.bat を起動して gcc の動作確認を行う。

$ gcc --version
gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1. 本家のNavigationのDownloadsよりSourceForge.net: MinGW - Minimalist GNU for Windowsに移動する。
  2. SourceForgeのMinGWダウンロードページよりインストーラ(Automated MinGW Installer)をダウンロードする。
  3. ダウンロードした MinGW-5.1.4.exe を実行する。
    1. Welcome to MinGW 5.1.4の画面で[Next >]ボタンをクリック。
    2. Install or just download files? の画面で、[Download and install]ラジオボタンがOnの状態で[Next >]ボタンをクリック。
    3. License Agreement の画面で、ライセンスに同意する場合は[I Agree]ボタンをクリック。
    4. Choose Packageの画面で、[Current]ラジオボタンがOnの状態で[Next >]ボタンをクリック。
  • windows/mingw.1565522993.txt.gz
  • 最終更新: 2019/08/11 20:29
  • by ともやん