From d2864927bf7127f707ce32a551545f9f6f10aa52 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 1 Dec 2017 11:37:30 +0100 Subject: [PATCH] README: removed automake descr, added cmake options --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5dfc59f..52e29c3 100644 --- a/README.md +++ b/README.md @@ -30,15 +30,6 @@ Please note all other function codes (including vendor-specific extensions) are Configuring and compilation: ---------------------------- -
-$ git clone https://github.com/3cky/mbusd.git mbusd.git
-$ cd mbusd.git
-$ ./configure
-$ make
-# make install
-$ make clean
-
- Compilation using cmake
 $ git clone https://github.com/3cky/mbusd.git mbusd.git
@@ -48,6 +39,11 @@ $ cmake ../
 $ make
 
+***Compile time options*** +can be altered in many ways, e.g. by using the following tools in the output.dir: +* ccmake - usually in the package cmake-curses-gui +* cmake-gui - usually in the package cmake-qt-gui + Usage: ------