doc: fix source extract command in Linux guide

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>
This commit is contained in:
Baruch Siach 2016-12-13 13:18:55 +02:00 committed by Thomas Monjalon
parent c607ccaba0
commit d1c34b5bdb

View File

@ -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: