From fb0902cc00a142c74fe7997b5f5e4042e7970443 Mon Sep 17 00:00:00 2001 From: Louis Rubet Date: Sun, 28 May 2017 02:15:22 +0200 Subject: [PATCH] #74: updated install in README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f2108..60f8fad 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,21 @@ Test output is done on stdout and is not stacked in rpn. ## generation and installation -- clone this repository +At this time the software is proposed for **GNU/Linux** only and provided as a source code. + +No binary package is provided, user must compile its version by following these 3 steps: + +#### GNU GMP 6.1.2 + +- download and install **GNU GMP v6.1.2** at [https://gmplib.org/](https://gmplib.org/) + +#### GNU MPFR 3.1.5 + +- download and install **GNU MPFR v3.1.5** from [http://www.mpfr.org](http://www.mpfr.org) + +#### rpn + +- clone this project or download a zipped version from [the release directory](https://github.com/louisrubet/rpn/releases) ``` # git clone https://github.com/louisrubet/rpn.git ```