Ubuntu 16.04 LTSに、cmakeの最新のバイナリバージョンを(ansible経由で)自動的にインストールしようとしています。
私はこれまでにやったことがあります:
mkdir ~/tmp
cd ~/tmp
wget https://cmake.org/files/v3.10/cmake-3.10.0-rc4-Linux-x86_64.sh
chmod +x cmake-3.10.0-rc4-Linux-x86_64.sh
Sudo ./cmake-3.10.0-rc4-Linux-x86_64.sh
ただし、これによりライセンス契約が表示されます。
プレフィックスを追加する方法、または自動的に契約を受け入れる方法はありますか?
--help
を指定してインストーラーを実行すると、--skip-license
コマンドラインオプションがあることがわかります。
$ ./cmake-3.10.0-rc4-Linux-x86_64.sh --help
Usage: ./cmake-3.10.0-rc4-Linux-x86_64.sh [options]
Options: [defaults in brackets after descriptions]
--help print this message
--version print cmake installer version
--prefix=dir directory in which to install
--include-subdir include the cmake-3.10.0-rc4-Linux-x86_64 subdirectory
--exclude-subdir exclude the cmake-3.10.0-rc4-Linux-x86_64 subdirectory
--skip-license accept license