git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c607cca
)
doc: fix source extract command in Linux guide
author
Baruch Siach
<baruch@tkos.co.il>
Tue, 13 Dec 2016 11:18:55 +0000
(13:18 +0200)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Tue, 20 Dec 2016 10:30:24 +0000
(11:30 +0100)
DPDK source archives are .tar.xz or .tar.gz, not .zip. Use .tar.xz in the
instructions, since that is what the main download page links to.
Also, correct the archive file and directory name capitalization.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/linux_gsg/build_dpdk.rst
patch
|
blob
|
history
diff --git
a/doc/guides/linux_gsg/build_dpdk.rst
b/doc/guides/linux_gsg/build_dpdk.rst
index
527c38d
..
51a6210
100644
(file)
--- a/
doc/guides/linux_gsg/build_dpdk.rst
+++ b/
doc/guides/linux_gsg/build_dpdk.rst
@@
-45,8
+45,8
@@
First, uncompress the archive and move to the uncompressed DPDK source directory
.. code-block:: console
- unzip DPDK-<version>.zip
- cd
DPDK
-<version>
+ tar xJf dpdk-<version>.tar.xz
+ cd
dpdk
-<version>
The DPDK is composed of several directories: