Dave Barach | 8e83bcb | 2018-08-09 16:12:20 -0400 | [diff] [blame] | 1 | .. _buildsystem: |
| 2 | |
| 3 | Build System |
| 4 | ============ |
| 5 | |
Dave Barach | ecbe6f5 | 2018-09-04 16:55:53 -0400 | [diff] [blame] | 6 | This guide describes the vpp build system in detail. As of this writing, |
| 7 | the build systems uses a mix of make / Makefiles, cmake, and ninja to |
| 8 | achieve excellent build performance. |
Dave Barach | 8e83bcb | 2018-08-09 16:12:20 -0400 | [diff] [blame] | 9 | |
| 10 | .. toctree:: |
| 11 | |
| 12 | mainmakefile |
Dave Barach | ecbe6f5 | 2018-09-04 16:55:53 -0400 | [diff] [blame] | 13 | cmakeandninja |
Dave Barach | 8e83bcb | 2018-08-09 16:12:20 -0400 | [diff] [blame] | 14 | buildrootmakefile |