mirror of
https://github.com/3cky/mbusd.git
synced 2024-11-13 10:13:56 +01:00
README: removed automake descr, added cmake options
This commit is contained in:
parent
bed0a845bb
commit
d2864927bf
14
README.md
14
README.md
@ -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:
|
||||
------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user