#74: updated install in README.md

This commit is contained in:
Louis Rubet 2017-05-28 02:15:22 +02:00
parent b69c354019
commit fb0902cc00

View file

@ -232,7 +232,21 @@ Test output is done on stdout and is not stacked in rpn.
## generation and installation ## 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 # git clone https://github.com/louisrubet/rpn.git
``` ```