blob: 908e91e1fc17b1ebd20f75dadd468653e9998bbb [file] [log] [blame]
Dave Barach8e83bcb2018-08-09 16:12:20 -04001.. _buildsystem:
2
3Build System
4============
5
Dave Barachecbe6f52018-09-04 16:55:53 -04006This guide describes the vpp build system in detail. As of this writing,
7the build systems uses a mix of make / Makefiles, cmake, and ninja to
8achieve excellent build performance.
Dave Barach8e83bcb2018-08-09 16:12:20 -04009
10.. toctree::
11
12 mainmakefile
Dave Barachecbe6f52018-09-04 16:55:53 -040013 cmakeandninja
Dave Barach8e83bcb2018-08-09 16:12:20 -040014 buildrootmakefile