README: removed automake descr, added cmake options

This commit is contained in:
Nick 2017-12-01 11:37:30 +01:00
parent bed0a845bb
commit d2864927bf

View File

@ -30,15 +30,6 @@ Please note all other function codes (including vendor-specific extensions) are
Configuring and compilation: Configuring and compilation:
---------------------------- ----------------------------
<pre>
$ git clone https://github.com/3cky/mbusd.git mbusd.git
$ cd mbusd.git
$ ./configure
$ make
# make install
$ make clean
</pre>
Compilation using cmake Compilation using cmake
<pre> <pre>
$ git clone https://github.com/3cky/mbusd.git mbusd.git $ git clone https://github.com/3cky/mbusd.git mbusd.git
@ -48,6 +39,11 @@ $ cmake ../
$ make $ make
</pre> </pre>
***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: Usage:
------ ------