From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A79F21B1A4 for ; Thu, 5 Oct 2017 19:26:29 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2017 10:26:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,481,1500966000"; d="scan'208";a="135586431" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga004.jf.intel.com with ESMTP; 05 Oct 2017 10:26:20 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX101.ger.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0319.002; Thu, 5 Oct 2017 18:26:19 +0100 From: "Mcnamara, John" To: "Kovacevic, Marko" CC: "dev@dpdk.org" , Herakliusz Lipiec Thread-Topic: [PATCH v4 1/2] doc: add generic compilation doc for all sample apps Thread-Index: AQHTPcriK5hL5buybUKMV/71+bs3XqLVgf+w Date: Thu, 5 Oct 2017 17:26:19 +0000 Message-ID: References: <1507201957-237765-1-git-send-email-marko.kovacevic@intel.com> In-Reply-To: <1507201957-237765-1-git-send-email-marko.kovacevic@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWFiOGI5YjUtODdkZC00ZGFlLTg0YzEtMzM1YWNjZDc3YzI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlRTd0FjNjgyRG96RnQ1WFdGSTdNaDhFWHRpSmV5dXR2UzNPaDBUZ3NGeVU9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/2] doc: add generic compilation doc for all sample apps X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 17:26:30 -0000 > + > +This section explains how to compile the DPDK sample applications. > + > +To compile all the sample applications > +-------------------------------------- > + > + > +Set the path to DPDK source code if its not set: > + > + .. code-block:: console > + > + export RTE_SDK=3D/path/to/rte_sdk > + > +Go to DPDK source: > + > + .. code-block:: console > + > + cd $RTE_SDK > + > +Make and install DPDK: > + > + .. code-block:: console > + > + make config T=3D$RTE_TARGET > + make The environmental variable $RTE_TARGET isn't defined here. I think that dro= pped out of the changes from the previous version. Reviewed-by: John McNamara