New upstream version 18.11-rc1
[deb_dpdk.git] / doc / build-sdk-meson.txt
index 9618e75..508e2cb 100644 (file)
@@ -85,6 +85,8 @@ Project-specific options are passed used -Doption=value::
 
        meson -Dmax_lcores=8 smallbuild  # scale build for smaller systems
 
+       meson -Denable_docs=true fullbuild  # build and install docs
+
 Examples of setting the same options using meson configure::
 
        meson configure -Dwerror=true