LoginSignup
2
1

More than 5 years have passed since last update.

前提

MSYS2 がインストール済み。

インストール

MinGW 64-bit ターミナルで実行。

pacman -S git
pacman -S make
pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-cmake
pacman -S mingw-w64-x86_64-clang
pacman -S mingw-w64-x86_64-boost

設定

環境変数を設定。

export CC=clang
export CXX=clang++
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1