Using libnetdude

Table of Contents
Building libnetdude
Installation Layout
Building Applications with libnetdude

This chapter explains how to build libnetdude, what parts of libnetdude end up where on your system when you install it, and how to build other programs that use libnetdude.


Building libnetdude

Building libnetdude will hopefully be easy. libnetdude has two dependencies:

Make sure these are installed first.

The build itself is made using the common ./configure && make && make install sequence. Check ./configure --help for a list of available options, particularly the --with-pcapnav... options to specify a libpcapnav that's installed in an unusual location.


Installation Layout


Building Applications with libnetdude