From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 90A8C5589 for ; Thu, 7 Mar 2019 19:46:31 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2019 10:46:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,451,1544515200"; d="scan'208";a="325175424" Received: from anandraw-mobl.amr.corp.intel.com (HELO [10.121.163.141]) ([10.121.163.141]) by fmsmga006.fm.intel.com with ESMTP; 07 Mar 2019 10:46:30 -0800 To: "Kovacevic, Marko" , "dev@dpdk.org" Cc: "Kadam, Pallavi" , "Menon, Ranjit" , "Shaw, Jeffrey B" , "thomas@monjalon.net" References: <20190306041634.12976-1-anand.rawat@intel.com> <20190306041634.12976-7-anand.rawat@intel.com> <6DC05C7C5F25994B81B3F2F214251F66020A3FA5@IRSMSX104.ger.corp.intel.com> From: Anand Rawat Message-ID: <2ae345c8-d9e3-89e6-46db-8ef30d62d61b@intel.com> Date: Thu, 7 Mar 2019 10:46:30 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.3 MIME-Version: 1.0 In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F66020A3FA5@IRSMSX104.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 18:46:32 -0000 On 3/7/2019 9:03 AM, Kovacevic, Marko wrote: >> Added documentation to build helloworld example on windows using meson >> and clang. Updated the maintainers list to include windows maintainers. >> >> 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 >> > > 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 build >> 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 > > <...> > Thank You, will update in v3 -- Anand Rawat