From ba92fc6a2dd724debf4a580adda68d5a10f1c1d5 Mon Sep 17 00:00:00 2001 From: Moataz Elmasry Date: Tue, 21 Nov 2017 00:18:41 +0100 Subject: [PATCH] Expand the list of required packages for a successful compilation --- README | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README b/README index 1deb4b32..9a7bfed4 100644 --- a/README +++ b/README @@ -131,15 +131,19 @@ from GitHub. You may make your own fork project from our project. ## Requirements ### 1. Debian/Ubuntu -- libreadline-dev -- openssl-dev + +- gcc - libncurses-dev +- libreadline-dev +- make +- openssl-dev ### 2. Redhat/CentOS -- readline-devel -- libssl-dev +- gcc +- openssl-devel +- make - ncurses-devel - +- readline-devel ## Compile and install The download and build instruction is following: