mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
README.md: Document manual install of cmake on linux.
This commit is contained in:
parent
9e9b3b7309
commit
de6b62a5bd
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -35,7 +35,17 @@ $ sudo apt-get install cmake
|
|||
|
||||
Consult the manual for how to get these installed.
|
||||
|
||||
**MacOS:**
|
||||
**Linux: CMake manual install:**
|
||||
|
||||
If your package manager don't provide a sufficiently new version of cmake, you can install it manually with this command:
|
||||
|
||||
```sh
|
||||
$ wget -O cmake.sh https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-Linux-x86_64.sh && sh ./cmake.sh --prefix=/usr/local --skip-license
|
||||
```
|
||||
|
||||
Other methods is documanted at https://cmake.org/download
|
||||
|
||||
**MacOS**
|
||||
|
||||
You must have a compiler installed. This project is known to build with `Xcode 11.0` but other versions should work.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue