Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.04 KB

Build Status

DOCUMENTATION

  • Online:

  • Distribution tarball:

    • ChangeLog: History of features version by version
    • CONFIG-KEYS: Available configuration directives explained
    • QUICKSTART: Examples, command-lines, quickstart guides
    • FAQS: FAQ document
    • INSTALL: basic installation guide
    • docs/: Miscellaneous internals, UNIX signals, SQL triggers documents
    • examples/: Sample configs, maps, AMQP/Kafka consumers, clients
    • sql/: SQL documentation, default SQL schemas and customization tips

BUILDING

  • Build GitHub code:
    • git clone https://github.com/pmacct/pmacct.git
    • cd pmacct
    • ./autogen.sh [pkg-config, libtool, autoconf, automake and bash packages required]
    • ./configure [check-out available configure knobs via ./configure --help]
    • make
    • make install [with super-user permission]