3 # apt-get install prads
8 libpcap0.8 (>= 0.9.8), libpcre3 (>= 8.10), libresolv
10 # On an Ubuntu system:
11 $ sudo apt-get install rst2man libpcap0.8-dev libpcre3-dev
12 $ git clone git://github.com/gamelinux/prads.git
17 # On a FreeBSD system (C version)
18 $ pkg_add -r pcre git gmake py26-docutils
19 $ git clone git://github.com/gamelinux/prads.git
23 *Note: Installer doesn't work on FreeBSD, so manually copy, or symlink, the binary and config files.
26 ### Compile-time options
27 remember to `make clean` first!
32 ## Build with debug options
38 ## use perftools faster malloc
41 ## Profile with perftools
42 $ make TCMALLOC=y PPROF=y debug
44 ## the newest, fastest libpcap into prads
45 $ git clone git://bpf.tcpdump.org/libpcap
46 $ cd libpcap && ./configure --disable-dbus && make -j2 && cd ..
47 $ make PCAPDIR=libpcap
49 *Note* that prads will now always look for libpcap in that directory!