diff options
| author | Martin Braun <martin.braun@ettus.com> | 2015-01-13 13:10:09 +0100 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2015-01-13 13:10:09 +0100 | 
| commit | 0175da4f86e6ff47ba6960e0d1138a76e5717592 (patch) | |
| tree | 9324a6bbd4002740070db6efb1a2266a8ac80694 | |
| parent | 73e324cda00d62dbf52ed5b53ccabdf6feabf819 (diff) | |
| download | uhd-0175da4f86e6ff47ba6960e0d1138a76e5717592.tar.gz uhd-0175da4f86e6ff47ba6960e0d1138a76e5717592.tar.bz2 uhd-0175da4f86e6ff47ba6960e0d1138a76e5717592.zip | |
docs: Specified min compiler versions
| -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 | 
