Skip to content

Commit

Permalink
Adds Additional Dependency to Install Guide (#250)
Browse files Browse the repository at this point in the history
With the DPDK upgrade to v17.08, we need to install another dependency - libnuma-dev.  This change updates the install guide to reflect that.

Commit log:

new DPDK (17.08) introduces libnuma dependency
  • Loading branch information
chrisquion authored and nks5295 committed Mar 27, 2018
1 parent 93763a3 commit 1a24420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Check System
```sh
locate uio
```
5. Install libnuma
```sh
sudo apt-get install libnuma-dev
```

Setup Repositories
--
Expand Down

0 comments on commit 1a24420

Please sign in to comment.