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: ------