Skip to content

Commit

Permalink
* Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
paololucente committed Jun 17, 2018
1 parent f08e15a commit 8562666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -19,10 +19,14 @@ DOCUMENTATION

# BUILDING

- Resolve dependencies, ie.:
* apt-get install libpcap-dev pkg-config libtool autoconf automake bash *[Debian/Ubuntu]*
* yum install libpcap-devel pkgconfig libtool autoconf automake bash *[CentOS/RHEL]*

- Build GitHub code:
* git clone https://github.com/pmacct/pmacct.git
* cd pmacct
* ./autogen.sh *[pkg-config, libtool, autoconf, automake and bash packages required]*
* ./autogen.sh
* ./configure *[check-out available configure knobs via ./configure --help]*
* make
* make install *[with super-user permission]*
2 changes: 1 addition & 1 deletion src/pmacct-build.h
@@ -1 +1 @@
#define PMACCT_BUILD "20180616-00"
#define PMACCT_BUILD "20180617-00"

0 comments on commit 8562666

Please sign in to comment.