@@ -35,18 +35,18 @@ Reference Platform, but for those that do, their specified versions are
3535
3636@section depComponents OpenVDB Components
3737
38- Component | Requirements | Optional
39- ----------------------- | ---------------------------------------------------------------- | --------
40- OpenVDB Core Library | CMake, C++14 compiler, TBB::tbb, Boost::system, Boost:: iostream | Blosc, ZLib, Log4cplus, IlmBase::Half
41- OpenVDB Print | Core Library dependencies | -
42- OpenVDB LOD | Core Library dependencies | -
43- OpenVDB Render | Core Library dependencies | OpenEXR, IlmBase, libpng
44- OpenVDB View | Core Library dependencies, OpenGL, GLFW3, GLEW* | -
45- OpenVDB Python | Core Library dependencies, Python, Boost::python | Boost::numpy, NumPy
46- OpenVDB AX | Core Library dependencies, LLVM | Bison, Flex
47- NanoVDB | - | Core Library, CUDA, TBB, Blosc, ZLib
48- OpenVDB UnitTests | Core Library dependencies, GoogleTest | CppUnit**
49- OpenVDB Documentation | Doxygen | -
38+ Component | Requirements | Optional
39+ ----------------------- | ------------------------------------------------- | --------
40+ OpenVDB Core Library | CMake, C++14 compiler, TBB::tbb, Boost::iostream | Blosc, ZLib, Log4cplus, IlmBase::Half
41+ OpenVDB Print | Core Library dependencies | -
42+ OpenVDB LOD | Core Library dependencies | -
43+ OpenVDB Render | Core Library dependencies | OpenEXR, IlmBase, libpng
44+ OpenVDB View | Core Library dependencies, OpenGL, GLFW3, GLEW* | -
45+ OpenVDB Python | Core Library dependencies, Python, Boost::python | Boost::numpy, NumPy
46+ OpenVDB AX | Core Library dependencies, LLVM | Bison, Flex
47+ NanoVDB | - | Core Library, CUDA, TBB, Blosc, ZLib
48+ OpenVDB UnitTests | Core Library dependencies, GoogleTest | CppUnit**
49+ OpenVDB Documentation | Doxygen | -
5050
5151 - @b * GLEW is only required for building the vdb_view binary on Windows.
5252 - @b ** CppUnit is only required for building the AX unit tests.
@@ -66,7 +66,7 @@ IlmBase | 2.2** | 2.3 | Used half precision floating points and
6666OpenEXR | 2.2** | 2.3 | EXR serialization support | Y | Y | http://www.openexr.com
6767TBB | 2018 | 2018 | Threading Building Blocks - template library for task parallelism | Y | Y | https://www.threadingbuildingblocks.org
6868ZLIB | 1.2.7 | Latest | Compression library for disk serialization compression | Y | Y | https://www.zlib.net
69- Boost | 1.66 | 1.66 | Components: system, iostreams, python, numpy | Y | Y | https://www.boost.org
69+ Boost | 1.66 | 1.66 | Components: iostreams, python, numpy | Y | Y | https://www.boost.org
7070LLVM | 6.0.0 | 8.0.0 | Target-independent code generation | Y | Y | https://llvm.org/
7171Bison | 3.0.0 | 3.0.5 | General-purpose parser generator | Y | Y | https://www.gnu.org/software/gcc
7272Flex | 2.6 | 2.6.4 | Fast lexical analyzer generator | Y | Y | https://github.com/westes/flex
@@ -135,7 +135,6 @@ methods or the [manual installation](@ref depManInstall) options.
135135apt-get install cmake # CMake
136136apt-get install libtbb-dev # TBB
137137apt-get install zlibc # zlib
138- apt-get install libboost-system-dev # Boost::system
139138apt-get install libboost-iostreams-dev # Boost::iostream
140139apt-get install libblosc-dev # Blosc
141140# AX
0 commit comments