From 099a3d7c1e48e34e3d894055701573eed61cab2a Mon Sep 17 00:00:00 2001 From: Compro-Prasad Date: Mon, 5 Sep 2016 13:40:54 +0530 Subject: [PATCH] Added support for installing dependencies in README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f525a78..f8bb5c5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ A beautiful and robust calculator for the command line ## Dependencies This calculator depends upon GNU readline library which is installed by default in -most *nix systems because bash also uses it. +most \*nix systems because bash also uses it. + +If not available on your system search for a binary package named `libreadline-dev`. + +Or compile from source from http://ftp.gnu.org/gnu/readline/ of the form *regex(`readline-[0-9].[0-9].tar.gz`)*. ## How to install? Installation can be done easily by executing `./install.sh`.