1.7. CMake ドキュメントのインストール

CMake ビルドマネージャーのドキュメントをローカルシステムにインストールできます。

前提条件

手順

cmake-doc パッケージをインストールするには、以下のコマンドを実行します。

  • Red Hat Enterprise Linux 7 の場合:

    # yum install llvm-toolset-15.0-cmake-doc

    このドキュメントは、opt/rh/llvm-toolset-15.0/root/usr/share/doc/llvm-toolset-15.0-cmake-3.18.2/html/index.html パスにあります。

  • Red Hat Enterprise Linux 8 の場合:

    # yum install cmake-doc

    ドキュメントは、/usr/share/doc/cmake/html/index.html の下にあります。

  • Red Hat Enterprise Linux 9 の場合:

    # dnf install cmake-doc

    ドキュメントは、/usr/share/doc/cmake/html/index.html の下にあります。