File: INSTALL.Unix

package info (click to toggle)
bandwidthd 2.0.1%2Bcvs20090917-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,568 kB
  • sloc: sh: 2,958; ansic: 2,743; php: 1,263; yacc: 216; makefile: 158; lex: 36; sql: 27
file content (20 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#### INSTALLATION #

You need 3 dependencies to make Bandwidthd work:

libpcap from http://www.tcpdump.org/
libpng from http://www.libpng.org/
libgd from http://www.boutell.com/gd/

Chances are you already have all three, if in doubt
just run configure and see what it complains about. If 
you are missing libpng, make sure you re-install libgd
after you install it.

Configure and install the Bandwidthd source:

./configure && make install

Edit /usr/local/bandwidthd/etc/bandwidthd.conf to suit
your network.  Start Bandwidthd.   See README for
details and information on stand alone vs database driven mode.