Skip to content

Instantly share code, notes, and snippets.

@hewumars
Created June 18, 2019 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hewumars/4e2e851e9e1c245c5eb46d6a84fe593f to your computer and use it in GitHub Desktop.
Save hewumars/4e2e851e9e1c245c5eb46d6a84fe593f to your computer and use it in GitHub Desktop.
wget http://www.cmake.org/files/v3.5/cmake-3.5.1.tar.gz //连接网络
tar xf cmake-3.5.1.tar.gz
cd cmake-3.5.1
./configure --prefix=/usr // 配置选择安装路径
make
sudo make install
cmake --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment