@@ -9,11 +9,12 @@ Dependencies
99OSL requires the following dependencies or tools.
1010NEW or CHANGED dependencies since the last major release are ** bold** .
1111
12- * Build system: [ CMake] ( https://cmake.org/ ) 3.2.2 or newer
12+ * Build system: [ CMake] ( https://cmake.org/ ) 3.2.2 or newer (tested through
13+ 3.14)
1314
1415* A suitable C++11 compiler to build OSL itself, which may be any of:
1516 - GCC 4.8.5 or newer (through gcc 8)
16- - Clang 3.4 or newer (through clang 7 )
17+ - Clang 3.4 or newer (through clang 8 )
1718 - Microsoft Visual Studio 2015 or newer
1819 - Intel C++ compiler icc version 13 (?) or newer
1920
@@ -39,14 +40,14 @@ NEW or CHANGED dependencies since the last major release are **bold**.
3940 DYLD_LIBRARY_PATH on OS X) and then OSL's build scripts will be able
4041 to find it.
4142
42- * ** [ LLVM] ( http://www.llvm.org ) 4.0, 5.0, 6.0, or 7 .0**
43+ * ** [ LLVM] ( http://www.llvm.org ) 4.0, 5.0, 6.0, 7.0, or 8 .0**
4344
4445 Optionally, if Clang libraries are installed alongside LLVM, OSL will
4546 in most circumstances use Clang's internals for C-style preprocessing of
4647 OSL source. If not found, it will fall back on Boost Wave (but on many
4748 platforms, that requires that Boost has been built in C++11 mode).
4849
49- * [ Boost] ( www.boost.org ) 1.55 or newer.
50+ * [ Boost] ( www.boost.org ) 1.55 or newer (tested through 1.69) .
5051* [ Ilmbase/OpenEXR] ( http://openexr.com/downloads.html ) 2.0 or newer
5152* [ Flex] ( https://github.com/westes/flex ) and
5253 [ GNU Bison] ( https://www.gnu.org/software/bison/ )
0 commit comments