Skip to content

Commit

Permalink
Added support for installing dependencies in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Compro-Prasad committed Sep 5, 2016
1 parent 3c435bf commit 099a3d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 099a3d7

Please sign in to comment.