From 7bb1c5100f6db208c522271175e2a4f7d432ba9c Mon Sep 17 00:00:00 2001 From: mitchellhansen Date: Tue, 12 Dec 2017 21:44:57 -0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f1acf..e6c0b11 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ This project is an implementation of an experimental "from scratch" volumetric r # Build -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. The VS2015 build is working, Linux compiles but I don't have hardware that works, and Mac should compile and run, but I don't have access to a Mac. +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. + * Note on GLEW: macOS takes care of most of the "extension wrangling" so GLEW is not required when compiling for macOS