From 969e868fee45343ca1aeef40fc05e84e1d261239 Mon Sep 17 00:00:00 2001 From: Louis Rubet Date: Mon, 12 Jun 2017 21:59:10 +0200 Subject: [PATCH] #120: new doc form --- GENERATION.md | 25 +++++++++++++++++++++++-- MANUAL.md | 2 +- README.md | 2 -- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/GENERATION.md b/GENERATION.md index 92010a6..678b2a2 100644 --- a/GENERATION.md +++ b/GENERATION.md @@ -1,4 +1,4 @@ -# **rpn** - Generation +# **rpn** - generation For now rpn is proposed only for **GNU/Linux** @@ -58,6 +58,8 @@ rpn v2.1 is statically linked against - make CMake must be installed on the generation machine + + To build RPM package you should install CMake 2.6.0 or higher ``` # cd rpn/ @@ -65,7 +67,26 @@ rpn v2.1 is statically linked against # cd build && cmake .. && make ``` -- then install +- install ``` + # cd rpn/build # sudo make install ``` + +- packages + - DEB + ``` + # cd rpn/build + # make package + ``` + - RPM + rpmbuild must be installed + ``` + # cd rpn/build + # cpack -G RPM + ``` + - TGZ + ``` + # cd rpn/build + # cpack -G TGZ + ``` diff --git a/MANUAL.md b/MANUAL.md index cb1e0dd..cce0ce5 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -1,4 +1,4 @@ -# **rpn** - Reference manual +# **rpn** - reference manual **rpn** - is a **math-oriented language** inspired by Hewlett-Packard **R**everse **P**olish **L**isp (**HP28S** user manual is provided as a reference), it includes at least **stack**, **store**, **branch**, **test**, **trig** and **logs** commands diff --git a/README.md b/README.md index 727e0df..e5e04e8 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,6 @@ A reference manual is provided [here](MANUAL.md) ## Installation -Installation packages are provided in deb, rpm and tar.bz2 formats - [**download .deb**]() [**download .rpm**]()