From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id AC0E12C28 for ; Thu, 7 Mar 2019 18:03:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2019 09:03:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,451,1544515200"; d="scan'208";a="129684535" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga008.fm.intel.com with ESMTP; 07 Mar 2019 09:03:49 -0800 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.56]) by IRSMSX108.ger.corp.intel.com ([169.254.11.7]) with mapi id 14.03.0415.000; Thu, 7 Mar 2019 17:03:48 +0000 From: "Kovacevic, Marko" To: "Rawat, Anand" , "dev@dpdk.org" CC: "Kadam, Pallavi" , "Menon, Ranjit" , "Shaw, Jeffrey B" , "thomas@monjalon.net" Thread-Topic: [dpdk-dev] [PATCH v2 6/6] doc: add documention for windows Thread-Index: AQHU09OMu3Zz8DTOIEqcacLaxZCc26YAZnmw Date: Thu, 7 Mar 2019 17:03:47 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66020A3FA5@IRSMSX104.ger.corp.intel.com> References: <20190306041634.12976-1-anand.rawat@intel.com> <20190306041634.12976-7-anand.rawat@intel.com> In-Reply-To: <20190306041634.12976-7-anand.rawat@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDViZmUzYTktN2FiMi00MWIxLWE5YjQtOWUwNzAxNDhiZTk5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQnBWMEI5RVgxK2o1cU1GMDNOR1RTMXFKRktCclY1MDM5Nm13dWlvVW1tUTk1MFFDcFRNczd4d2l0NkExZEVNbSJ9 x-ctpclassification: CTP_NT 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 v2 6/6] doc: add documention for windows 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, 07 Mar 2019 17:03:52 -0000 > Added documentation to build helloworld example on windows using meson > and clang. Updated the maintainers list to include windows maintainers. >=20 > Signed-off-by: Anand Rawat > Signed-off-by: Pallavi Kadam > Reviewed-by: Jeff Shaw > Reviewed-by: Ranjit Menon > --- > MAINTAINERS | 7 +++ > doc/guides/index.rst | 3 +- > doc/guides/windows_gsg/build_dpdk.rst | 67 > +++++++++++++++++++++++++++ > doc/guides/windows_gsg/index.rst | 14 ++++++ > doc/guides/windows_gsg/intro.rst | 20 ++++++++ > 5 files changed, 110 insertions(+), 1 deletion(-) create mode 100644 > doc/guides/windows_gsg/build_dpdk.rst > create mode 100644 doc/guides/windows_gsg/index.rst create mode > 100644 doc/guides/windows_gsg/intro.rst >=20 Make doc html 50848 sphinx processing guides-html... dpdk/doc/guides/windows_gsg/build_dpdk.rst:28: WARNING: Unknown target name= : "meson's website". dpdk/doc/guides/windows_gsg/build_dpdk.rst:36: WARNING: Unknown target name= : "ninja's website". <...> > + > +Install the Build System > +------------------------ > + > +Download and install the build system from `Meson's > website`_. > +A good option to choose is the MSI installer for both meson and ninja > together:: > + Space is needed after website for the link to be properly made. -Download and install the build system from `Meson's website`_. +Download and install the build system from `Meson's website `_. > + > +http://mesonbuild.com/Getting-meson.html#installing-meson-and-ninja- > wit > +h-the-msi-installer%22 > + > +Install the Backend > +------------------- > + > +If using Ninja, download and install the backend from `Ninja's > +website`_ or install along with the meson buil= d > system. > + Also here: -If using Ninja, download and install the backend from `Ninja's website`_ or +If using Ninja, download and install the backend from `Ninja's website `_ or <...>