Skip to content
Snippets Groups Projects
Unverified Commit 8d54effe authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

[web] Fixed CMake install instructions for Ubunut.

parent 066e74bb
No related branches found
No related tags found
No related merge requests found
......@@ -229,16 +229,7 @@ brew install python
:::
::: {.linux}
Install CMake via Kitware's APT Repository (for Ubuntu 18.04 onwards):
```bash
$ sudo apt-get update
$ sudo apt-get install apt-transport-https ca-certificates gnupg software-properties-common wget
$ wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
$ sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
$ sudo apt-get update
$ sudo apt-get install cmake
```
Install CMake via Kitware's APT Repository by [following their instructions](https://apt.kitware.com/).
For other linux distributions you want to use your distributions package manager, [pip](https://pypi.org/project/cmake/) or [snap](https://snapcraft.io/cmake).
:::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment