Merge pull request #23 from nickma82/cmake-README.md

README: removed automake descr, added cmake options
This commit is contained in:
Victor Antonovich 2017-12-01 17:04:39 +03:00 committed by GitHub
commit fc3a976274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,15 +30,6 @@ Please note all other function codes (including vendor-specific extensions) are
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
<pre>
$ git clone https://github.com/3cky/mbusd.git mbusd.git
@ -48,6 +39,11 @@ $ cmake ../
$ make
</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:
------