diff options
Diffstat (limited to 'docs/gettingstarted')
-rw-r--r-- | docs/gettingstarted/developers/building.rst | 6 | ||||
-rw-r--r-- | docs/gettingstarted/developers/buildsystem/buildrootmakefile.rst | 2 | ||||
-rw-r--r-- | docs/gettingstarted/installing/centos.rst | 2 | ||||
-rw-r--r-- | docs/gettingstarted/installing/packages.rst | 5 | ||||
-rw-r--r-- | docs/gettingstarted/installing/ubuntu.rst | 2 | ||||
-rw-r--r-- | docs/gettingstarted/users/configutil/commandfour.rst | 2 |
6 files changed, 6 insertions, 13 deletions
diff --git a/docs/gettingstarted/developers/building.rst b/docs/gettingstarted/developers/building.rst index 37dacf1e2da..3c6c3b96e8f 100644 --- a/docs/gettingstarted/developers/building.rst +++ b/docs/gettingstarted/developers/building.rst @@ -159,9 +159,9 @@ Once the packages are built they can be found in the build-root directory. If the packages are built correctly, then this should be the corresponding output: vpp_18.07-rc0~456-gb361076_amd64.deb vpp-dbg_18.07-rc0~456-gb361076_amd64.deb - vpp-api-java_18.07-rc0~456-gb361076_amd64.deb vpp-dev_18.07-rc0~456-gb361076_amd64.deb - vpp-api-lua_18.07-rc0~456-gb361076_amd64.deb vpp-lib_18.07-rc0~456-gb361076_amd64.deb - vpp-api-python_18.07-rc0~456-gb361076_amd64.deb vpp-plugins_18.07-rc0~456-gb361076_amd64.deb + vpp-dev_18.07-rc0~456-gb361076_amd64.deb vpp-api-lua_18.07-rc0~456-gb361076_amd64.deb + vpp-lib_18.07-rc0~456-gb361076_amd64.deb vpp-api-python_18.07-rc0~456-gb361076_amd64.deb + vpp-plugins_18.07-rc0~456-gb361076_amd64.deb Finally, the created packages can be installed using the following commands. Install the package that correspnds to OS that VPP will be running on: diff --git a/docs/gettingstarted/developers/buildsystem/buildrootmakefile.rst b/docs/gettingstarted/developers/buildsystem/buildrootmakefile.rst index ef736220b25..089c15afefd 100644 --- a/docs/gettingstarted/developers/buildsystem/buildrootmakefile.rst +++ b/docs/gettingstarted/developers/buildsystem/buildrootmakefile.rst @@ -159,7 +159,7 @@ Here are the contents of .../build-data/platforms/vpp.mk: # Uncoment to enable building unit tests # vpp_enable_tests = yes - vpp_root_packages = vpp vom japi + vpp_root_packages = vpp vom # DPDK configuration parameters # vpp_uses_dpdk_mlx4_pmd = yes diff --git a/docs/gettingstarted/installing/centos.rst b/docs/gettingstarted/installing/centos.rst index 07268524a01..133d3093464 100644 --- a/docs/gettingstarted/installing/centos.rst +++ b/docs/gettingstarted/installing/centos.rst @@ -193,7 +193,7 @@ needed: .. code-block:: console - $ sudo yum install vpp-plugins vpp-devel vpp-api-python vpp-api-lua vpp-api-java + $ sudo yum install vpp-plugins vpp-devel vpp-api-python vpp-api-lua Starting VPP ============ diff --git a/docs/gettingstarted/installing/packages.rst b/docs/gettingstarted/installing/packages.rst index 55ddf05fdad..719fffb67f8 100644 --- a/docs/gettingstarted/installing/packages.rst +++ b/docs/gettingstarted/installing/packages.rst @@ -60,11 +60,6 @@ vpp-dev Vector Packet Processing development support. This package contains development support files for the VPP libraries. -vpp-api-java ------------- - -JAVA binding for the VPP Binary API. - vpp-api-python -------------- diff --git a/docs/gettingstarted/installing/ubuntu.rst b/docs/gettingstarted/installing/ubuntu.rst index f887597f1bb..32050334f5b 100644 --- a/docs/gettingstarted/installing/ubuntu.rst +++ b/docs/gettingstarted/installing/ubuntu.rst @@ -95,7 +95,7 @@ Install the optional packages by running the following command: .. code-block:: console - sudo apt-get install vpp-dbg vpp-dev vpp-api-java vpp-api-python vpp-api-lua + sudo apt-get install vpp-dbg vpp-dev vpp-api-python vpp-api-lua Uninstall the Packages diff --git a/docs/gettingstarted/users/configutil/commandfour.rst b/docs/gettingstarted/users/configutil/commandfour.rst index 6a1b82e1da5..ea7c0a29480 100644 --- a/docs/gettingstarted/users/configutil/commandfour.rst +++ b/docs/gettingstarted/users/configutil/commandfour.rst @@ -27,7 +27,6 @@ Uninstalling the packages: These packages are installed on node localhost Name Version vpp 18.04-release - vpp-api-java 18.04-release vpp-api-lua 18.04-release vpp-api-python 18.04-release vpp-dbg 18.04-release @@ -88,7 +87,6 @@ Installing the packages: These packages are installed on node localhost Name Version vpp 18.04-release - vpp-api-java 18.04-release vpp-api-lua 18.04-release vpp-api-python 18.04-release vpp-dbg 18.04-release |