diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-22 11:54:24 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-22 11:54:24 +0200 |
commit | 3351f4d92b283e99239d7bd7cd7ff3cd391817f1 (patch) | |
tree | 309ac012f11cffd29ec831bbe7ee8afd64650e36 /host/docs | |
parent | 9106143b885c9d226d83de187427359a361a74fb (diff) | |
download | uhd-3351f4d92b283e99239d7bd7cd7ff3cd391817f1.tar.gz uhd-3351f4d92b283e99239d7bd7cd7ff3cd391817f1.tar.bz2 uhd-3351f4d92b283e99239d7bd7cd7ff3cd391817f1.zip |
docs: Bumped min deps versions
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.dox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/docs/build.dox b/host/docs/build.dox index 1584a7b58..c85ea91a0 100644 --- a/host/docs/build.dox +++ b/host/docs/build.dox @@ -45,7 +45,7 @@ The following compilers are known to work: ### Boost - **Purpose:** C++ library -- **Minimum Version:** 1.36 (Linux), 1.40 (Windows) +- **Minimum Version:** 1.46 - **Usage:** build time + runtime (required) - **Download URL:** http://www.boost.org/users/download/ - **Download URL (Windows installer):** http://www.boostpro.com/download @@ -80,6 +80,7 @@ http://pypi.python.org/pypi/setuptools ### Doxygen - **Purpose:** generates HTML API documentation +- **Minimum Recommended Version:** 1.8 - **Usage:** build time (optional) - **Download URL:** http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc |