From 69ca60e890a513fdc0bc62d37420c0584231817e Mon Sep 17 00:00:00 2001 From: Pierre Pfister Date: Tue, 25 Apr 2017 11:05:37 +0200 Subject: librtnl: Add out-of-tree compilation See README.md changes for the new way to compile the plugin/library. Change-Id: I54ac5b9e7558ec8bb07430dc4a6f8e24d69cebbd Signed-off-by: Pierre Pfister --- netlink/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'netlink/README.md') diff --git a/netlink/README.md b/netlink/README.md index 02f4c18..ef60f63 100644 --- a/netlink/README.md +++ b/netlink/README.md @@ -4,6 +4,17 @@ This VPP package provides a rtnetlink-based library to be used by [VPP](http://f ## HowTo +The library and test plugin can be compiled by running the following commands from the plugin directory: +```bash +libtoolize +aclocal +autoconf +automake --add-missing +./configure +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. 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. -- cgit 1.2.3-korg