diff options
author | Dave Barach <dave@barachs.net> | 2018-09-04 16:55:53 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-09-06 14:40:51 +0000 |
commit | ecbe6f5eb971e57df108f86d52cd005a07e18712 (patch) | |
tree | 0e88763d266c4390e0d078c5346d0959f63ec1cb /docs/gettingstarted/developers/buildsystem/index.rst | |
parent | a9cf6afa3e2cbc881a41ee6930e2a7d1797c8cf0 (diff) |
DOC ONLY: cmake / ninja build system doc
Change-Id: I69cdcf3f0940f8a5f60203034688a0c63446f65c
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'docs/gettingstarted/developers/buildsystem/index.rst')
-rw-r--r-- | docs/gettingstarted/developers/buildsystem/index.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/gettingstarted/developers/buildsystem/index.rst b/docs/gettingstarted/developers/buildsystem/index.rst index 38ba9724c68..908e91e1fc1 100644 --- a/docs/gettingstarted/developers/buildsystem/index.rst +++ b/docs/gettingstarted/developers/buildsystem/index.rst @@ -3,9 +3,12 @@ Build System ============ -This guide describes the vpp build system in detail. +This guide describes the vpp build system in detail. As of this writing, +the build systems uses a mix of make / Makefiles, cmake, and ninja to +achieve excellent build performance. .. toctree:: mainmakefile + cmakeandninja buildrootmakefile |