diff options
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | host/CMakeLists.txt | 4 |
2 files changed, 7 insertions, 4 deletions
@@ -28,9 +28,12 @@ tutorials. UHD is primarily developed on Linux, but we also test and support the following operating systems. -* Linux (any distribution) +* Linux (Fedora and Ubuntu) * Mac OS X (PPC and Intel) -* Windows 7/Vista/XP +* Windows 7 + +Other operating systems will most likely work, too, but are not officially +supported. ## Applications diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 369569165..ee02a19ac 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -176,11 +176,11 @@ IF(MSVC) ENDIF(MSVC) SET(Boost_ADDITIONAL_VERSIONS - "1.41.0" "1.41" "1.42.0" "1.42" "1.43.0" "1.43" "1.44.0" "1.44" "1.45.0" "1.45" "1.46.0" "1.46" "1.47.0" "1.47" "1.48.0" "1.48" "1.48.0" "1.49" "1.50.0" "1.50" "1.51.0" "1.51" "1.52.0" "1.52" "1.53.0" "1.53" "1.54.0" "1.54" "1.55.0" "1.55" + "1.56.0" "1.56" ) -FIND_PACKAGE(Boost 1.41 COMPONENTS ${BOOST_REQUIRED_COMPONENTS}) +FIND_PACKAGE(Boost 1.46 COMPONENTS ${BOOST_REQUIRED_COMPONENTS}) INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) LINK_DIRECTORIES(${Boost_LIBRARY_DIRS}) |