diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-14 16:04:09 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-08-14 20:13:21 +0000 |
commit | ce96dda4478d8a9ee3e3a6646c3367eb20263e3f (patch) | |
tree | 3bb1ae4f4485d2002f4f747cae3959806fcd6bcf /docs/gettingstarted/developers/running_vpp.rst | |
parent | 9f0c02053fede4c975e928111cad73d97dff501d (diff) |
DOCS: Moved multiarch and build system, Incorprated Scott's changes
Change-Id: I5a57846db2d4faac1aa24db4629b612657f59afb
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted/developers/running_vpp.rst')
-rw-r--r-- | docs/gettingstarted/developers/running_vpp.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/gettingstarted/developers/running_vpp.rst b/docs/gettingstarted/developers/running_vpp.rst index f0d56fbab2b..a1215765545 100644 --- a/docs/gettingstarted/developers/running_vpp.rst +++ b/docs/gettingstarted/developers/running_vpp.rst @@ -5,13 +5,14 @@ Running VPP =========== -After build the VPP binaries, there a several to run the images you've built. These is useful when -if you need to run VPP without installing the packages. For instance if you want to run VPP with GDB. +After building the VPP binaries, you now have several images that you have built. +These images are useful when you need to run VPP without installing the packages. +For instance if you want to run VPP with GDB. -Without GDB +Running Without GDB _________________________ -To run the VPP images, that you've build without GDB. +To run the VPP images that you've built without GDB, run the following commands: Running the release image: @@ -27,7 +28,7 @@ Running the debug image: # make run # -With GDB +Running With GDB _________________________ With the following commands you can run VPP and then be dropped into the GDB prompt. |