Merge pull request #19 from halid/master
Debian / Ubuntu Installation Procedures
This commit is contained in:
commit
8fc5a55da4
12
README.md
12
README.md
@ -13,6 +13,18 @@ interface and a programmable text output for scripting.
|
||||
* [Latest Release](https://github.com/tgraf/bmon/releases/latest)
|
||||
* [Older Releases](https://github.com/tgraf/bmon/releases)
|
||||
|
||||
## Debian/Ubuntu Installation
|
||||
|
||||
```
|
||||
git clone https://github.com/tgraf/bmon.git
|
||||
cd bmon
|
||||
apt-get install build-essential make libconfuse-dev libnl-3-dev libnl-route-3-dev
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
bmon
|
||||
```
|
||||
|
||||
-------------
|
||||
## New in 3.6
|
||||
* Build fix for uclinux
|
||||
|
Loading…
x
Reference in New Issue
Block a user