Update README.md

This commit is contained in:
Mitchell
2018-06-21 14:41:00 -07:00
committed by GitHub
parent ec630a454d
commit b9b390eb3b

View File

@@ -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