diff options
author | Pierre Pfister <ppfister@cisco.com> | 2017-04-25 17:47:02 +0200 |
---|---|---|
committer | Pierre Pfister <ppfister@cisco.com> | 2017-04-25 17:47:02 +0200 |
commit | 9ee7b8c0cdb62d877090129914e25a1fe7ec1b82 (patch) | |
tree | e654c17d3e8d663dfbb4a63be66692e5bfc4d704 /netlink | |
parent | 69ca60e890a513fdc0bc62d37420c0584231817e (diff) |
librtnl: Add compilation instructions to README.md
Change-Id: Ia7c7224e4561f238933c6d8b170b3e46b8675e8f
Signed-off-by: Pierre Pfister <ppfister@cisco.com>
Diffstat (limited to 'netlink')
-rw-r--r-- | netlink/README.md | 14 |
1 files 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=<path/to/vpp/directory> +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 |