[dpdk-web] [PATCH] update quick start page
Richardson, Bruce
bruce.richardson at intel.com
Thu Jun 18 10:21:13 CEST 2020
> -----Original Message-----
> From: web <web-bounces at dpdk.org> On Behalf Of Thomas Monjalon
> Sent: Wednesday, June 17, 2020 9:37 PM
> To: web at dpdk.org
> Subject: [dpdk-web] [PATCH] update quick start page
>
> Use meson instead of make.
> Remove -n EAL option.
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---
> content/doc/quick-start.md | 20 ++++----------------
> 1 file changed, 4 insertions(+), 16 deletions(-)
>
> diff --git a/content/doc/quick-start.md b/content/doc/quick-start.md index
> fdffa98..1ecc8b8 100644
> --- a/content/doc/quick-start.md
> +++ b/content/doc/quick-start.md
> @@ -11,17 +11,11 @@ Extract sources
> cd dpdk
> ```
>
> -Enable pcap (libpcap headers are required).
> +Build libraries, tests and examples applications.
>
> ```
> - make config T=x86_64-native-linuxapp-gcc
> - sed -ri 's,(PMD_PCAP=).*,\1y,' build/.config -```
> -
> -Build libraries and test application (Linux headers may be needed with
> default config).
> -
> -```
> - make
> + meson -Dexamples=all build
Do we really want building all examples to be part of the default instructions? It will lead to a longer build time?
I think we should give initial instructions just with meson build, and then afterwards show building examples.
More information about the web
mailing list