From 48f89105c6001c56d1714d3d769c6737ffcf3c6a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 28 Feb 2020 12:40:51 +0100 Subject: [PATCH] README.md: Minor fixes. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba4ad90..362d4d8 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,13 @@ This program generates public and private keypair for [EOS](https://eos.io/) ## Compile -You will need `openssl` development files (version 1.1 or later) to compile and `cmake` to compile this project. +You will need `openssl` development files (version 1.1 or later) to compile and `cmake 3.15` or later to compile this project. ### Linux/MacOS #### Dependencies -This project uses CMake version 3.15 to build the source code. - -**Linux: Ubuntu** +**Linux: Ubuntu 16.04/18.04** ```sh $ apt-get install gcc g++ cmake libssl-dev ```