CMake:学習:インストール

Windows7(x64)にCMakeをインストールしてみる。

CMake - Wikipedia
CMakeはコンパイラに依存しないビルド自動化のためのフリーソフトウェアであり、様々なオペレーティングシステムで動作させることができる。

ダウンロードとインストール

https://cmake.org/download/
上記サイトより Windows64ビット版のインストーラ "Windows win64-x64 Installer: Installer tool has changed. Uninstall CMake 3.4 or lower first!" をダウンロード
ファイル名は "cmake-3.13.3-win64-x64.msi"

ダウンロードした cmake-3.13.3-win64-x64.msi を実行

Install Options
Choose options for installing CMake 3.13.3 の画面
パスを追加した方が良いのかな?ということで
"Add CMake to the system PATH for all users" を選択

あとは既定値のまま進める。

動作確認

コマンドプロンプトを起動し "cmake --version" でバージョンが表示できるか確認
C:\Windows\system32>cmake --version
cmake version 3.13.3

CMake suite maintained and supported by Kitware (kitware.com/cmake).

C:\Windows\system32>

[CMake]

0 件のコメント:

その他の記事