Skip to content

okuda2107/CppGame

Repository files navigation

Cpp Game

動作確認環境

  • Windows 11

以下をインストール済み

  • msys2
    • mingw-w64のC++コンパイラ,make
  • CMake
  • Git

Usage

  1. cmake, git, C++コンパイラ以下をinstallする

    1. CMake
    2. Git
    3. C++コンパイラ
    4. buildシステム (makeなど)
  2. それぞれのアーキテクチャに対応しているinstallscript/installスクリプトを実行する

windows-gcc

powershellのversion

5.1 or 7.x

powershellでスクリプトを実行するための準備

管理者権限でPowerShellを起動し,以下のコマンドを実行する. ポリシーを変更する.

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

or

powershell -ExecutionPolicy Bypass -File .\installscript\install.ps1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published