diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-01-13 18:40:44 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-13 18:40:44 +0100 |
commit | 8b60d5f0c1f2a477fc0a13f7a5f39ee8c1a40502 (patch) | |
tree | fd4e40a6aa3b7fdbb2b4bceef4e472b9c7b87d01 /host/docs | |
parent | 3f9ef46bc51acc5933721974e191d2a9659f6566 (diff) | |
parent | 0175da4f86e6ff47ba6960e0d1138a76e5717592 (diff) | |
download | uhd-8b60d5f0c1f2a477fc0a13f7a5f39ee8c1a40502.tar.gz uhd-8b60d5f0c1f2a477fc0a13f7a5f39ee8c1a40502.tar.bz2 uhd-8b60d5f0c1f2a477fc0a13f7a5f39ee8c1a40502.zip |
Merge branch 'maint'
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.dox | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/host/docs/build.dox b/host/docs/build.dox index 0ca9933bb..1e73bbfb3 100644 --- a/host/docs/build.dox +++ b/host/docs/build.dox @@ -32,11 +32,13 @@ or install msysGit from http://code.google.com/p/msysgit/downloads/list. \section cpp_compiler C++ Compiler -The following compilers are known to work: +The following compilers are known to work and officially supported: -- GCC -- Clang -- MSVC +- GCC >= 4.4 +- Clang >= 3.1 +- MSVC >= 2010 + +Other compilers (or lower versions) may work, but are unsupported. ### CMake |