Skip to content

Commit

Permalink
Update README with info on how to build and generate configure
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jun 28, 2021
1 parent 1d8dfc8 commit e2b49b1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,16 @@ Common options:
Build
-----

Standard autotools procedure.
Standard autotools procedure, requires `pkg-config` to locate the `libmnl`
development files.

./configure && make all && sudo make install

At the moment, the kernel module has to be built separately, set
`KDIR` if building against a kernel in a non-standard location.

When building from GIT, the `configure` script first needs to be generated, this
requires `autoconf` and `automake` to be installed. A helper script to generate
configure is available:

./autogen.sh

0 comments on commit e2b49b1

Please sign in to comment.