Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 455 Bytes

INSTALL.md

File metadata and controls

25 lines (16 loc) · 455 Bytes

Installation Instructions

Basic Installation

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

Configuration options

For all available configuration option check ./configure -h output.

Examples:

Set compile time log level:

$ ./configure CPPFLAGS="-DPCP_MAX_LOG_LEVEL=5"

Compile library only:

$ ./configure --disable-server --disable-app