> 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 <anand.ra...@intel.com> > Signed-off-by: Pallavi Kadam <pallavi.ka...@intel.com> > Reviewed-by: Jeff Shaw <jeffrey.b.s...@intel.com> > Reviewed-by: Ranjit Menon <ranjit.me...@intel.com> > --- > 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<http://mesonbuild.com/getting-meson.html>". dpdk/doc/guides/windows_gsg/build_dpdk.rst:36: WARNING: Unknown target name: "ninja's website<https://ninja-build.org/>". <...> > + > +Install the Build System > +------------------------ > + > +Download and install the build system from `Meson's > website<http://mesonbuild.com/Getting-meson.html>`_. > +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<http://mesonbuild.com/Getting-meson.html>`_. +Download and install the build system from `Meson's website <http://mesonbuild.com/Getting-meson.html>`_. > + > +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<https://ninja-build.org/>`_ or install along with the meson build > system. > + Also here: -If using Ninja, download and install the backend from `Ninja's website<https://ninja-build.org/>`_ or +If using Ninja, download and install the backend from `Ninja's website <https://ninja-build.org/>`_ or <...>