From a70b65a71e7faeaf186324aa4295e880e7aa9141 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Mon, 9 Dec 2019 19:31:01 -0700 Subject: [PATCH] mention that embree is required --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8a9d3a8..98716da7 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ source code. ## Compiling Requires CMake 2.8, groff, and a compiler with C99 and C++11 support. -[Embree v2.10.0+](http://embree.github.io/) is optional but recommended. -If you do use Embree, the Thread Building Blocks (tbb) library is also required. +[Embree v2.10.0+](http://embree.github.io/) is required (sorry, no Embree 3.x support right now). +The Thread Building Blocks (tbb) library (Embree dependency) may be required. Tested on: - Ubuntu 14.04 / Clang 3.5.0 - Ubuntu 14.04 / gcc 4.8.4 - OS X 10.11 / Xcode 7.3 - - Windows 10 / Visual Studio 2013 Community + - Windows 10 / Visual Studio 2013, 2019 Community ### Ubuntu 14.04 x86_64