Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
KEP-918 One tiny change to the Ubuntu cmake install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rnistuk committed Dec 20, 2018
1 parent 8091362 commit 439a16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This will result in a custom Boost install at `~/myboost/1_68_0/`that will not o

```text
$ mkdir -p ~/mycmake
$ curl -L http://cmake.org/files/v3.11/cmake-3.11.0-Darwin-x86_64.tar.gz | tar -xz -C ~/mycmake --strip-components=1
$ curl -L http://cmake.org/files/v3.11/cmake-3.11.0-Linux-x86_64.tar.gz | tar -xz -C ~/mycmake --strip-components=1
```

Again, this will result in a custom cmake install into `~/mycmake/` and will not overwrite your system's cmake.
Expand Down

0 comments on commit 439a16c

Please sign in to comment.