From e61e65444d8ed3074775003f7aa7d60cb0d4792e Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Sat, 17 Sep 2022 21:22:16 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b57fc301..9e1e3e08 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A software rasterizer is also included, mostly as an example of a minimal API im Quick pointers / Important advice: -* Building Lighthouse 2: Since February 2020, Lighthouse requires Visual Studio 2019. The CUDA-based cores require CUDA 11.6. NOTE: CUDA version 11.7 does not seem to work at the moment! +* Building Lighthouse 2: Since September 2022, Lighthouse requires Visual Studio 2022. The CUDA-based cores require CUDA 11.7. * Lighthouse 2 wiki: https://github.com/jbikker/lighthouse2/wiki (early stages) * Trouble shooting page on the wiki: https://github.com/jbikker/lighthouse2/wiki/TroubleShooting * Lighthouse 2 forum: https://ompf2.com/viewforum.php?f=18 @@ -59,7 +59,7 @@ Lighthouse 2 should compile out-of-the-box on Windows using Visual Studio 2019. https://developer.nvidia.com/cuda-downloads -Make sure to chose the correct version; 11.7 (the latest version as of May 2022) does not work. +Make sure to chose the correct version (11.7). Optix 5.x, 6.0 and 7.2 libraries are included in the Lighthouse 2 download and do not have to be downloaded separately.