Skip to content

Commit

Permalink
newest cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
kenohori authored Feb 12, 2024
1 parent ed326c3 commit 966f88e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cpp/wslclion.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,22 @@ Go to the tmp directory:
cd /tmp
```

Download the source code:
Download the source code (change the path to that of the newest version):

```sh
wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0.tar.gz
wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3.tar.gz
```

When this is complete, extract the file:

```sh
tar -zxvf cmake-3.20.0.tar.gz
tar -zxvf cmake-3.28.3.tar.gz
```

Go to the extracted folder:

```sh
cd cmake-3.20.0
cd cmake-3.28.3
```

Compile and install CMake:
Expand Down

0 comments on commit 966f88e

Please sign in to comment.