aboutsummaryrefslogtreecommitdiffstats
path: root/netlink/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'netlink/README.md')
-rw-r--r--netlink/README.md11
1 files changed, 11 insertions, 0 deletions
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.