diff options
author | Wang Xiang W <xiang.w.wang@intel.com> | 2019-10-16 09:26:43 -0400 |
---|---|---|
committer | Wang Xiang W <xiang.w.wang@intel.com> | 2019-10-16 09:27:05 -0400 |
commit | 4ec2e1124a00cd0f7841042a6d90096c77e0a72b (patch) | |
tree | 899d0314e9ebbd92a0810b7aecb5f7dce6230480 | |
parent | 6e5bd265d4f8444eba5b181ece713227fafd1934 (diff) |
Fix typo in readme
Signed-off-by: Wang Xiang W <xiang.w.wang@intel.com>
Change-Id: Ia32fa708dd68a7e0401bfba097ea6a5ed1ed3924
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ $ make $ sudo make install CMAKE variables: -- CMKAE_INSTALL_LIBDIR -- set the library directory. In CentOS, it is lib or lib64, in debian and it's releated, it is lib/x86_64-linux-gnu +- CMKAE_INSTALL_LIBDIR -- set the library directory. In CentOS, it is lib or lib64, in debian and it's related, it is lib/x86_64-linux-gnu - CMAKE_INSTALL_PREFIX -- set the install directory for the udpi-plugin. This is the common path to the lib folder containing vpp_plugins and vpp_api_test_plugins folders. Default is /usr/local. - VPP_HOME -- set the directory containing the include and lib directories of vpp. ``` |