This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
vnstat:install:in_opensuse_with_image_output [23.01.2015 21:37] vergo created |
vnstat:install:in_opensuse_with_image_output [22.10.2022 15:30] (current) |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| Install needed development packages | Install needed development packages | ||
| < | < | ||
| - | zypper install make gcc wget tar gd gd-devel | + | zypper install make gcc wget tar gd gd-devel sqlite3 sqlite3-devel |
| </ | </ | ||
| Line 31: | Line 31: | ||
| < | < | ||
| cd /usr/src | cd /usr/src | ||
| - | wget http:// | + | wget http:// |
| - | tar zxvf vnstat-1.13.tar.gz | + | tar zxvf vnstat-2.10.tar.gz |
| </ | </ | ||
| Compile and install the binaries | Compile and install the binaries | ||
| < | < | ||
| - | cd vnstat-1.13 | + | cd vnstat-2.10 |
| - | make && make install | + | ./configure --prefix=/ |
| </ | </ | ||