diff options
| author | natetemple <nate.temple@ettus.com> | 2019-02-05 20:27:58 -0800 | 
|---|---|---|
| committer | Ashish Chaudhari <ashish.chaudhari@ettus.com> | 2019-02-06 10:55:42 -0800 | 
| commit | aeca40ca647c89a9b21904076572c338e843da86 (patch) | |
| tree | 94b139464d72437040fb458d74a5a64c407488b7 | |
| parent | c7941e058513fcd6391b4dd9f4a8765c3df9a187 (diff) | |
| download | uhd-aeca40ca647c89a9b21904076572c338e843da86.tar.gz uhd-aeca40ca647c89a9b21904076572c338e843da86.tar.bz2 uhd-aeca40ca647c89a9b21904076572c338e843da86.zip | |
Docs: Update DPDK dep command
| -rw-r--r-- | host/docs/dpdk.dox | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/host/docs/dpdk.dox b/host/docs/dpdk.dox index 564cfeaf6..4a42a5746 100644 --- a/host/docs/dpdk.dox +++ b/host/docs/dpdk.dox @@ -32,7 +32,7 @@ On Ubuntu 18.04/18.10, Fedora 28/29, or Debian Stretch (via backports), DPDK is  available in your distribution's repositories. For example, on Debian systems,  it can be obtained with the following command: -    apt install dpdk +    sudo apt install dpdk dpdk-dev  Otherwise, you'll need to follow the build guide at  https://doc.dpdk.org/guides-17.11/linux_gsg/build_dpdk.html . The software | 
