6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Linuxへのcmakeのインストール

Posted at

cmakeのバージョン確認

2017年6月中旬時点では3.8.2

導入手順例

適当なディレクトリへ移動(/tmpなど)

wget https://cmake.org/files/v3.8/cmake-3.8.2.tar.gz

tar xvf cmake-3.8.2.tar.gz
cd cmake-3.8.2

./bootstrap && make && sudo make install
(./bootstrap && make && make installはエラーとなる場合がある)

6
6
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
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?