aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/build.dox.in
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Remove ENABLE_PYTHON3 flag and simplify Python detectionMartin Braun2019-05-241-4/+2
| | | | | | - Makes use of more modern find_package(Python2/3) if available - Moves almost all Python-related code to UHDPython.cmake - ENABLE_PYTHON3 is no longer necessary
* docs: Auto-generate build page with min deps versionsMartin Braun2019-04-241-0/+401
The build guide manual page now takes the min versions for the dependencies straight from CMake. This avoids having to update the manual whenever we bump depdendencies.