From b9b390eb3b9f83a1b82e4a3a8fcacf9242987e84 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Thu, 21 Jun 2018 14:41:00 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6c0b11..a68f9aa 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This project is an implementation of an experimental "from scratch" volumetric r In order to build this project you must have Cmake, GLEW, SFML, and the OpenCL development libraries installed / downloaded. You're also going to need OpenCL compatable hardware that supports the cl_khr_gl_sharing extension. This project has, at some point, run on all three platforms: Windows (VS2017), Linux, and macOS. With a little bit of elbow grease it should still be able to compile and run on all these platforms. +**Due to the depreciation of the OpenCL and OpenGL API's on macOS 10.14+ I will be removing mac support** * Note on GLEW: macOS takes care of most of the "extension wrangling" so GLEW is not required when compiling for macOS