Update README.md
make and build-essential package
This commit is contained in:
parent
511e0196e1
commit
3ecdad6f56
@ -13,13 +13,16 @@ 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 Installation
|
||||
## Debian/Ubuntu Installation
|
||||
|
||||
```
|
||||
apt-get install libconfuse-dev libnl-3-dev libnl-route-3-dev
|
||||
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
|
||||
```
|
||||
|
||||
-------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user