diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-03-19 14:49:51 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-04-24 11:55:05 -0700 |
commit | fdbca81b04e0d19c745962a1f7269b90cf4dbf24 (patch) | |
tree | 0a2492f28d291c65aaf7fe5153fa1c6385409933 /host/docs | |
parent | 79b4a5253d765619979b54f687bcd9e6badfcf12 (diff) | |
download | uhd-fdbca81b04e0d19c745962a1f7269b90cf4dbf24.tar.gz uhd-fdbca81b04e0d19c745962a1f7269b90cf4dbf24.tar.bz2 uhd-fdbca81b04e0d19c745962a1f7269b90cf4dbf24.zip |
cmake: Bump dependency min versions
- gcc >= 4.8 (same as before)
- Clang >= 3.8
- CMake >= 3.5.1
- Boost >= 1.58
Note: This also removes version-specific hacks for older CMake versions.
Now that we require 3.5.1 they are no longer necessary.
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.dox | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/host/docs/build.dox b/host/docs/build.dox index d0734786e..22f21cbd6 100644 --- a/host/docs/build.dox +++ b/host/docs/build.dox @@ -26,17 +26,16 @@ follow the auxiliary download URL for the Windows installer (below). The following compilers are known to work and officially supported: -- GCC >= 4.8 -- Clang >= 3.3 +- GCC >= 5.4 +- Clang >= 3.8 - MSVC >= 2015 (14.0); the free version works. Users need to install the "Desktop Development with C++" Workload for Visual Studio. On Windows, it can be found in: Tools -> Get Tools and Features... -> Workloads -> Windows - Other compilers (or lower versions) may work, but are unsupported. ### CMake - **Purpose:** generates project build files -- **Minimum Version:** 2.8 +- **Minimum Version:** 3.5.1 - **Usage:** build time (required) - **Download URL:** http://www.cmake.org/cmake/resources/software.html @@ -45,7 +44,7 @@ For Windows users, copy the CMake file to Program Files, e.g. `C:\Program Files\ ### Boost - **Purpose:** C++ library -- **Minimum Version:** 1.53 +- **Minimum Version:** 1.58 - **Usage:** build time + runtime (required) - **Download URL:** http://www.boost.org/users/download/ - **Download URL (Windows installer):** http://sourceforge.net/projects/boost/files/boost-binaries/ |