blob: 908e91e1fc17b1ebd20f75dadd468653e9998bbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.. _buildsystem:
Build System
============
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
|