From 9ee7b8c0cdb62d877090129914e25a1fe7ec1b82 Mon Sep 17 00:00:00 2001 From: Pierre Pfister Date: Tue, 25 Apr 2017 17:47:02 +0200 Subject: librtnl: Add compilation instructions to README.md Change-Id: Ia7c7224e4561f238933c6d8b170b3e46b8675e8f Signed-off-by: Pierre Pfister --- netlink/README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/netlink/README.md b/netlink/README.md index ef60f63..f26a3c7 100644 --- a/netlink/README.md +++ b/netlink/README.md @@ -15,15 +15,23 @@ make sudo make install ``` -The library and test plugin can be compiled by copying netlink.mk into VPP's build tree build-data/packages/ directory and using VPP make target netlink-install. +If VPP is not installed, but rather built in a separate directory, you can use the VPP_DIR 'configure' argument. + +```bash +./configure VPP_DIR= +make +make install +``` + +You can also enable debug with the 'configure' --enable-debug option. + -Note that VPP build system can be configured to look in other directories for additional build-data/packages/ directories by adding those to build-root/build-config.mk SOURCE_PATH variable. ## Administrativa ### Current status -This library is still under active development, which means the defined headers and functions are subject to changes without notice. +This library is currently looking for some maintainers. ### Objective -- cgit 1.2.3-korg